llama-stack-mirror/docs/openapi_generator
Ashwin Bharambe 2a05b14845 chore(api)!: remove tool_runtime.rag_tool from the API surface
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, while useful in theory, has not really been used as far as we could tell. The API is also quite awkward.
2025-11-04 14:33:02 -08:00
..
pyopenapi chore(api)!: remove tool_runtime.rag_tool from the API surface 2025-11-04 14:33:02 -08:00
generate.py chore: remove HTML generation for openapi spec (#4039) 2025-11-03 18:03:40 +01:00
README.md chore(rename): move llama_stack.distribution to llama_stack.core (#2975) 2025-07-30 23:30:53 -07:00
run_openapi_generator.sh feat(stainless): add stainless source of truth config (#3860) 2025-10-20 14:32:20 -07:00

The RFC Specification (OpenAPI format) is generated from the set of API endpoints located in llama_stack.core/server/endpoints.py using the generate.py utility.