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 f475839 commit a700218Copy full SHA for a700218
src/backend/kernel_agents/agent_factory.py
@@ -368,5 +368,4 @@ def _generate_agent_tools_list(cls) -> list[str]:
368
if callable(method):
369
all_tools.append(f"{tool_class.__name__}.{name}")
370
371
- return all_tools
372
-
+ return all_tools
0 commit comments