mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-22 20:40:00 +00:00
Update datatypes.py to fix pre-commit check
This commit is contained in:
parent
c68f53299e
commit
b17aa35523
1 changed files with 1 additions and 0 deletions
|
|
@ -103,6 +103,7 @@ class Api(Enum, metaclass=DynamicApiMeta):
|
||||||
:cvar files: File storage and management
|
:cvar files: File storage and management
|
||||||
:cvar inspect: Built-in system inspection and introspection
|
:cvar inspect: Built-in system inspection and introspection
|
||||||
"""
|
"""
|
||||||
|
|
||||||
providers = "providers"
|
providers = "providers"
|
||||||
inference = "inference"
|
inference = "inference"
|
||||||
safety = "safety"
|
safety = "safety"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue