mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-19 13:09:39 +00:00
final changes
This commit is contained in:
parent
a297d27d48
commit
de065a60f2
11 changed files with 142 additions and 108 deletions
|
|
@ -19,6 +19,7 @@ class ResourceType(Enum):
|
|||
scoring_function = "scoring_function"
|
||||
eval_task = "eval_task"
|
||||
tool = "tool"
|
||||
tool_group = "tool_group"
|
||||
|
||||
|
||||
class Resource(BaseModel):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue