llama-stack-mirror/docs/openapi_generator
Ashwin Bharambe f676c48a97 Add Form() annotations and fix OpenAPI generation for multipart params
- Add Form() annotations to purpose and expires_after parameters in file upload endpoints
- Add support for optional multipart form parameters in OpenAPI generator
- Generated spec now properly mirrors OpenAI format with schema refs
2025-09-29 20:57:34 -07:00
..
pyopenapi Add Form() annotations and fix OpenAPI generation for multipart params 2025-09-29 20:57:34 -07:00
generate.py feat: introduce API leveling, post_training, eval to v1alpha (#3449) 2025-09-26 16:18:07 +02: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 fix: update OpenAPI generator (#3527) 2025-09-24 13:57:27 -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.