Tool is not called in my ai agent

Hi I am trying to replicate a google form in a chat format where i am using Ai agent node(tool agent) with openai models with chat trigger.

I have created 2 tools where such as:

  1. getQuestions: which gets questions, formStamp, hasNExt and respons
  1. SaveReponse: which saves the data( appending a google sheet in future):

Problem I am Facing:

When i run the Ai agent, it recalls all the questions and asks user those questions, waits for user response but it doesnt save or call the SaveResposne tool during execution.

Information on your n8n setup

  • n8n version:1.44.1
  • Database (default: SQLite): Sheets
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app): n8n cloud
  • Operating system: windows

The LLM model you are using, the AI prompt and the description of the tools are most likely the issue.

Try changing them a bit and see what you get.

But also, upgrading your n8n version could help. Some important AI features were added and bugs were fixed.

:point_right: If my reply answers your question, please remember to mark it as a solution.