feat: depending on the number of tools in use, this change should save ~50% of overall tokens used. fixes https://github.com/BeehiveInnovations/zen-mcp-server/issues/255 but also refactored individual tools to instead encourage the agent to use the listmodels tool if needed.
This commit is contained in:
@@ -465,7 +465,7 @@ class TestSchemaGeneration:
|
||||
tool = ThinkDeepTool()
|
||||
schema = tool.get_input_schema()
|
||||
|
||||
# Model should NOT be required
|
||||
# Model should remain optional when DEFAULT_MODEL is available
|
||||
assert "model" not in schema["required"]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user