chore: re-add missing decorator

Signed-off-by: Sébastien Han <seb@redhat.com>
This commit is contained in:
Sébastien Han 2025-11-14 11:01:13 +01:00
parent 2785819aa7
commit 1b982ff2b6
No known key found for this signature in database
14 changed files with 570 additions and 0 deletions

View file

@ -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.