mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-22 16:42:28 +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 inspect: Built-in system inspection and introspection
|
||||
"""
|
||||
|
||||
providers = "providers"
|
||||
inference = "inference"
|
||||
safety = "safety"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue