fix(docs): link to test replay-record docs for discoverability (#4134)

Help users find the comprehensive integration testing docs by linking to
the record-replay documentation. This clarifies that the technical
README complements the main docs.
This commit is contained in:
Ken Dreyer 2025-11-12 13:04:56 -05:00 committed by GitHub
parent eb3f9ac278
commit 94e977c257
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,6 +2,10 @@
This directory contains recorded inference API responses used for deterministic testing without requiring live API access. This directory contains recorded inference API responses used for deterministic testing without requiring live API access.
For more information, see the
[docs](https://llamastack.github.io/docs/contributing/testing/record-replay).
This README provides more technical information.
## Structure ## Structure
- `responses/` - JSON files containing request/response pairs for inference operations - `responses/` - JSON files containing request/response pairs for inference operations