mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-17 21:49:48 +00:00
add tools api with a stub provider impl
This commit is contained in:
parent
e65a6fac9d
commit
e5ac10f803
14 changed files with 172 additions and 37 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