moar recordings and test fixes

This commit is contained in:
Ashwin Bharambe 2025-10-01 20:16:02 -07:00
parent 57327574a5
commit 19d25fc3f7
60 changed files with 6163 additions and 1410 deletions

View file

@ -31,7 +31,7 @@ class ToolDef(BaseModel):
:param toolgroup_id: (Optional) ID of the tool group this tool belongs to
"""
toolgroup_id: str | None = None
toolgroup_id: str | None = None
name: str
description: str | None = None
input_schema: dict[str, Any] | None = None