llama-stack-mirror/docs/openapi_generator
Ihar Hrachyshka 81393afb35
chore: require data field for all List*Response models (#1799)
# What does this PR do?

No violators are currently in-tree. This is just hardening the api specs
for future consistency.

Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
2025-03-27 18:15:16 +01:00
..
pyopenapi chore: require data field for all List*Response models (#1799) 2025-03-27 18:15:16 +01:00
generate.py feat(api): don't return a payload on file delete (#1640) 2025-03-25 17:12:36 -07:00
README.md docs: Remove duplicate docs on api docs generator (#1534) 2025-03-11 10:01:46 -07:00
run_openapi_generator.sh chore: remove straggler references to llama-models (#1345) 2025-03-01 14:26:03 -08:00

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