could you provide more context regarding the workflow setup or share additional details? Would be great if you can also share your workflow.
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!
I have simple node with Message to OpenAI assistant and tool - creating record in Supabase. The problem is that Assistant generates multiple tools input, but tool use only first result. I tested it multiple times.
Hi @Mark_S Faced the same issue
Have already reported here on community.
Workaround for now what i did is created a sub workflow for each of my tools and called the sub workflow using Trigger workflow tool.
As i can see in your screenshot,you have multiple tools so this workaround will be a hassle.Compared i had only 2 tools with connected to my agent.
I replaced Supabase node with PostgreSQL and it worked but now the same but - check on screenshot the output is the same for first and all other runs - input isn’t.