mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 04:04:14 +00:00
docs: api separation
This commit is contained in:
parent
7f1a33f51c
commit
c2116e2870
15 changed files with 32975 additions and 25645 deletions
|
@ -54,6 +54,7 @@ class Options:
|
|||
property_description_fun: Optional[Callable[[type, str, str], str]] = None
|
||||
captions: Optional[Dict[str, str]] = None
|
||||
include_standard_error_responses: bool = True
|
||||
stability_filter: Optional[str] = None
|
||||
|
||||
default_captions: ClassVar[Dict[str, str]] = {
|
||||
"Operations": "Operations",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue