N8n Agent Tool not responding with 'response'

Describe the problem/error/question

I have an AI Agent, which does multiple Tool Calls. I have no issues with the first 4 tools, but on the 5th Tool - where it generates a Resume, it does not get any ‘response’. In the screenshot below you can see that the response comes back as empty.

Screenshot:

But when I take a look at the Tool Node (which is another workflow), and check the execution, I can see that the ‘response’ field has data and was successfully run.

Screenshot:
image

Now: if I manually set the response to be a static text, like below, it works:
image

Please share your workflow

I cannot share the workflow as its got our private endpoints :frowning:

Information on your n8n setup

  • n8n version: 1.61.0
  • Database (default: SQLite): Default
  • n8n EXECUTIONS_PROCESS setting (default: own, main): main
  • Running n8n via (Docker, npm, n8n cloud, desktop app): Cloud
  • Operating system: Windows

Hi @idonotwritecode

Thanks for posting here and welcome to the community! :raised_hands:

It’s a bit hard to follow without the full context of your workflow, but have you tried to set the Edit Fields Node at the end of your Resume Tool Workflow, so it passes on the output of the last node as a single variable (call it e.g. response)

Can you share what the output is of the last node and your instructions for the workflow tool?

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.