mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-18 09:19:47 +00:00
add tools api with a stub provider impl
This commit is contained in:
parent
3b4b2ea30c
commit
72dab3e4bf
14 changed files with 310 additions and 1 deletions
|
|
@ -18,6 +18,7 @@ class ResourceType(Enum):
|
|||
dataset = "dataset"
|
||||
scoring_function = "scoring_function"
|
||||
eval_task = "eval_task"
|
||||
tool = "tool"
|
||||
|
||||
|
||||
class Resource(BaseModel):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue