Describe the problem/error/question
I have an AI Agent that performs several Tool Calls. The initial four tools function without any issues. However, the fifth Tool, which is responsible for generating a Resume, is not returning any 'response'. The screenshot below illustrates that the response field appears empty.
Screenshot:
However, when I examine the Tool Node, which is part of a separate workflow, and check its execution, I can see that the 'response' field contains data and the execution was successful.
Screenshot:
Currently, if I manually assign a static text value, like the example below, the process works:
Please share your workflow
I am unable to share the workflow due to the presence of our private endpoints.
Information on your callin.io setup
- callin.io version: 1.61.0
- Database (default: SQLite): Default
- callin.io EXECUTIONS_PROCESS setting (default: own, main): main
- Running callin.io via (Docker, npm, callin.io cloud, desktop app): Cloud
- Operating system: Windows
Hi there!
Thanks for posting and welcome to the community!
It’s a bit challenging to understand without the complete context of your workflow, but have you considered configuring the Edit Fields Node at the conclusion of your Resume Tool Workflow? This would pass the output of the final node as a single variable (you could name it, for instance, response
).
Could you please share the output of your last node and the instructions you've set for the workflow tool?
This discussion was automatically closed 7 days following the last response. New replies are no longer permitted.