llama-stack-mirror/docs/openapi_generator
Ashwin Bharambe c165de409d chore(cleanup)!: remove tool_runtime.rag_tool
Kill the `builtin::rag` tool group completely since it is no longer
targeted. We use the Responses implementation for knowledge_search which
uses the `openai_vector_stores` pathway.
2025-10-20 21:46:16 -07:00
..
pyopenapi chore(cleanup)!: remove tool_runtime.rag_tool 2025-10-20 21:46:16 -07:00
generate.py docs: API spec generation for Stainless (#3655) 2025-10-02 09:25:09 -07: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.