llama-stack-mirror/docs/docs
Ashwin Bharambe f50ce11a3b
feat(tests): make inference_recorder into api_recorder (include tool_invoke) (#3403)
Renames `inference_recorder.py` to `api_recorder.py` and extends it to
support recording/replaying tool invocations in addition to inference
calls.

This allows us to record web-search, etc. tool calls and thereafter
apply recordings for `tests/integration/responses`

## Test Plan

```
export OPENAI_API_KEY=...
export TAVILY_SEARCH_API_KEY=...

./scripts/integration-tests.sh --stack-config ci-tests \
   --suite responses --inference-mode record-if-missing
```
2025-10-09 14:27:51 -07:00
..
advanced_apis chore!: remove --env from llama stack run (#3711) 2025-10-07 20:58:15 -07:00
building_applications chore!: remove --env from llama stack run (#3711) 2025-10-07 20:58:15 -07:00
concepts chore: use uvicorn to start llama stack server everywhere (#3625) 2025-10-06 14:27:40 +02:00
contributing feat(tests): make inference_recorder into api_recorder (include tool_invoke) (#3403) 2025-10-09 14:27:51 -07:00
deploying chore: use uvicorn to start llama stack server everywhere (#3625) 2025-10-06 14:27:40 +02:00
distributions chore!: remove --env from llama stack run (#3711) 2025-10-07 20:58:15 -07:00
getting_started chore!: remove --env from llama stack run (#3711) 2025-10-07 20:58:15 -07:00
providers fix: Update watsonx.ai provider to use LiteLLM mixin and list all models (#3674) 2025-10-08 07:29:43 -04:00
references chore: unpublish /inference/chat-completion (#3609) 2025-09-30 11:00:42 -07:00
api-overview.md docs: api separation (#3630) 2025-10-01 10:13:31 -07:00
index.mdx docs: fix more broken links (#3649) 2025-10-02 10:43:49 +02:00