Hello,
I’m trying to create an AI agent using n8n (cloud version 1.97.1), but I’m facing an issue. The AI Agent node doesn’t have a “Tool” option in parameters.
Have I missed something in the configuration? Is there a specific setup required to enable the “Tool” option in the AI Agent node?
Here my workflow:
Hey @Deal_Edge, hope all is well and welcome to the community.
I am not 100% sure what you are asking, the “tool” is hanging off of the AI Agent right there in your workflow, you have even connected an http Request to it… Would you like to expand on your question?
when i create from scratch and use the AI Agent Node, i don’t have the tool parameter.
On the bottom of your screenshot there are three icons - for Chat model, Memory and Tool.
i mean like the screenshot i.e
when i create a new AI Agent node i don’t have this option.
The tools are still there… I am not sure I follow what the problem you are trying to solve.
Thanks for the follow up.
I mean i don’t have this option
Here what i get, when i create a new AI agent node from scratch: i don’t have the “Agent” option to choose “Tools Agent”
This is because when you add a new AI Agent it uses a newer version of the node (v2), while when you copy the workflow someelse or you created in the past, it uses the older version of the node. A new version doesn’t have Agent parameter and this is why you don’t see it.
link to v1 node code
link to v2 node code
just a newer version, no magic.
Thank you for the clarification