mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-04 02:03:44 +00:00
chore: re-add missing decorator
Signed-off-by: Sébastien Han <seb@redhat.com>
This commit is contained in:
parent
2785819aa7
commit
1b982ff2b6
14 changed files with 570 additions and 0 deletions
|
|
@ -88,6 +88,7 @@ class ToolStore(Protocol):
|
|||
async def get_tool_group(self, toolgroup_id: str) -> ToolGroup: ...
|
||||
|
||||
|
||||
@json_schema_type
|
||||
class ListToolGroupsResponse(BaseModel):
|
||||
"""Response containing a list of tool groups.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue