pre-commit

This commit is contained in:
Ashwin Bharambe 2025-10-02 14:57:58 -07:00
parent 31f211f0ad
commit be6819fa92
8 changed files with 14 additions and 34 deletions

View file

@ -139,12 +139,7 @@ class ToolGroupsImpl(Impl):
description="Test tool",
input_schema={
"type": "object",
"properties": {
"test-param": {
"type": "string",
"description": "Test param"
}
}
"properties": {"test-param": {"type": "string", "description": "Test param"}},
},
)
]