Hi guys!
Have a problem with connection of AI agent node and workflow_tool, that ai agent calls.
Ai agent calls this workflow to draw a picture in Midjourney.
Literally 2 days ago it worked, but now, when I ask agent to make me a picture, it calls this workflow_tool (it works perfectly) and in 3 more seconds says, that didn’t get any response, while my workflow_tool still working on creating.
How can I fix it?
Thanks!
Sorry to hear that you’re having issues with the workflow and that no one has managed to get back to you sooner. The screenshot is helpful but it would be even more helpful if you could share the workflow json so we can try to reproduce, thanks!
Tip for sharing your workflow in the forum
Pasting your n8n workflow
Ensure to copy your n8n workflow and paste it in the code block, that is in between the pairs of triple backticks, which also could be achieved by clicking </> (preformatted text) in the editor and pasting in your workflow.
```
<your workflow>
```
Make sure that you’ve removed any sensitive information from your workflow and include dummy data or pinned data as much as you can!