working end to end client sdk tests

This commit is contained in:
Dinesh Yeduguru 2024-12-23 11:04:24 -08:00
parent 2ad67529ef
commit 0155700ea6
5 changed files with 947 additions and 1039 deletions

View file

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