How to Specify Ai Agent Tool Output (specify response returned from workflow as a tool)

Hi guys, we used to be able to specify the returned response from a workflow being used as a tool by the Ai agent, but now i dont see the option. What is the workaround or am i missing someting?

It looks like your topic is missing some important information. Could you provide the following if applicable.

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

Hey!

We now use the full output of the last node in the sub-workflow. You can restrict this by adding an Edit Fields node at the end of the sub-workflow to filter returned columns.

You should be able to see the output of the sub-workflow call in the Logs panel on your Agent :

Thank you the reply! i appreciate it๐Ÿš€

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