mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-28 02:53:30 +00:00
feat: enhance OpenAPI spec to include Error types (#1320)
# What does this PR do? An API spec must talk about Error handling. This was a pretty glaring omission so far. This PR begins to address it by adding a set of standard error responses we can attach to all our API calls. At a future point, we can add specific error types where necessary (although we should not hurry to do that; it is best done very late.) ## Test Plan Checked that Stainless SDK generation succeeds.
This commit is contained in:
parent
6520baebed
commit
5547ef953c
6 changed files with 2073 additions and 2 deletions
1076
docs/_static/llama-stack-spec.html
vendored
1076
docs/_static/llama-stack-spec.html
vendored
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue