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 a84a75c commit e7b2375Copy full SHA for e7b2375
src/backend/tests/agents/test_tech_support.py
@@ -522,3 +522,4 @@ def test_get_tech_support_tools():
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