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 decf3a9 commit f475839Copy full SHA for f475839
src/backend/kernel_agents/agent_factory.py
@@ -368,4 +368,5 @@ 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
+ return all_tools
372
+
0 commit comments