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 88d27b3 commit a84a75cCopy full SHA for a84a75c
src/backend/tests/agents/test_tech_support.py
@@ -520,4 +520,5 @@ def test_get_tech_support_tools():
520
tools = 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)
+ assert all(isinstance(tool, FunctionTool) for tool in tools)
524
+
0 commit comments