Help on agents
#33098
Replies: 1 comment 8 replies
-
|
The most common cause of agents not using tools is Maximum Iterations being set to 1. When it's set to 1, the tool list isn't sent to the LLM at all, so tools can't be called. Quick fix: Open your agent node settings and ensure "Maximum Iterations" is set to at least 2 (recommended: 10). If that doesn't resolve it, here's a troubleshooting checklist:
Let me know which step resolves your issue or if you need help debugging further! To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Self Checks
1. Is this request related to a challenge you're experiencing? Tell me about your story.
I have an agent node set as AgenticStrategy: FunctionCalling. The LLM set is a GPT5.1 through the openai API plugin, set as a llm with function call type: Function call.
The agent node have multiple tools available. But I cannot succeed in making it using the tools. How can I make it using tools?
2. Additional context or comments
No response
Beta Was this translation helpful? Give feedback.
All reactions