llama-stack-mirror/src/llama_stack/core/server
Ashwin Bharambe 0c49a53c97
chore(api)!: remove tool_runtime.rag_tool from the API surface (#4067)
RAG aka file search is implemented via the Responses API by specifying
the file-search tool. The backend implementation remains unchanged. This
PR merely removes the directly exposed API surface which allowed users
to directly perform searches from the client.

This facility is now available via the `client.vector_store.search()`
OpenAI compatible API.
2025-11-04 14:50:54 -08:00
..
__init__.py chore(package): migrate to src/ layout (#3920) 2025-10-27 12:02:21 -07:00
auth.py chore(package): migrate to src/ layout (#3920) 2025-10-27 12:02:21 -07:00
auth_providers.py fix(mypy): resolve type issues in MongoDB, batches, and auth providers (#3933) 2025-10-28 10:23:39 -07:00
quota.py chore(package): migrate to src/ layout (#3920) 2025-10-27 12:02:21 -07:00
routes.py chore(api)!: remove tool_runtime.rag_tool from the API surface (#4067) 2025-11-04 14:50:54 -08:00
server.py chore(package): migrate to src/ layout (#3920) 2025-10-27 12:02:21 -07:00
tracing.py chore(package): migrate to src/ layout (#3920) 2025-10-27 12:02:21 -07:00