llama-stack-mirror/docs/openapi_generator
Sébastien Han ef88a53f9c
chore: more API validators
We added:

* make sure docstrings are present with 'params' and 'returns'
* fail if someone sets 'returns: None'
* fail if docstring lines don't end with a valid character.
* fix the failing APIs

Signed-off-by: Sébastien Han <seb@redhat.com>
2025-05-14 22:37:52 +02:00
..
pyopenapi chore: more API validators 2025-05-14 22:37:52 +02:00
generate.py chore: force ellipsis in API webmethods (#2141) 2025-05-12 10:55:39 -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.