We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7b2375 commit e2a77bcCopy full SHA for e2a77bc
src/backend/tests/agents/test_tech_support.py
@@ -521,5 +521,3 @@ def test_get_tech_support_tools():
521
assert isinstance(tools, list)
522
assert len(tools) > 40 # Ensure all tools are included
523
assert all(isinstance(tool, FunctionTool) for tool in tools)
524
-
525
0 commit comments