79817112

Date: 2025-11-11 21:05:09
Score: 1
Natty:
Report link
Just remove the runtime parameter:

@tool("foo_tool", description="test tool")
def foo_tool() -> Command:
    return Command(update={"called_tool": True})


This will run perfectly with the pre-built ToolNode.
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: inevitable