Calling an agent: returns a tool call without iterating
When calling
Am I missing something? Here is the agent pseudo code :
The "scanFolder" tool is correctly called but the agent stops there instead of looping as usual.
generate from my agent, it returns a tool call request, but doesn't carry on with processing it. I am on a non standard environment, a Deno script, but I don't think this could affect the output.Am I missing something? Here is the agent pseudo code :
The "scanFolder" tool is correctly called but the agent stops there instead of looping as usual.
maxSteps doesn't change this behaviour. Perhaps the tool fails to run?