mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-22 22:39:41 +00:00
working end to end client sdk tests
This commit is contained in:
parent
2ad67529ef
commit
0155700ea6
5 changed files with 947 additions and 1039 deletions
|
|
@ -74,12 +74,14 @@ ToolGroupDef = register_schema(
|
|||
)
|
||||
|
||||
|
||||
@json_schema_type
|
||||
class ToolGroupInput(BaseModel):
|
||||
tool_group_id: str
|
||||
tool_group: ToolGroupDef
|
||||
provider_id: Optional[str] = None
|
||||
|
||||
|
||||
@json_schema_type
|
||||
class ToolGroup(Resource):
|
||||
type: Literal[ResourceType.tool_group.value] = ResourceType.tool_group.value
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue