refactor: cleanup old use_websearch param

This commit is contained in:
Fahad
2025-10-02 22:46:58 +04:00
parent 7320228bac
commit a199e4a955
5 changed files with 4 additions and 10 deletions

View File

@@ -131,7 +131,6 @@ class TestConsensusTool:
assert "issues_found" not in schema["properties"]
assert "temperature" not in schema["properties"]
assert "thinking_mode" not in schema["properties"]
assert "use_websearch" not in schema["properties"]
# Images should be present now
assert "images" in schema["properties"]