Skip to content
Node behavior: Repe...
 
Notifications
Clear all

Node behavior: Repeated tool calls with identical arguments

20 Posts
9 Users
0 Reactions
8 Views
sirdavidoff
(@sirdavidoff)
Posts: 13
Active Member
 

These issues should be primarily resolved in version 1.72 (currently available) and completely fixed in 1.72.1 (scheduled for release tomorrow).

Please inform us if this is not the case!

 
Posted : 11/12/2024 5:25 pm
Baptiste_JACQUEMET
(@baptiste_jacquemet)
Posts: 13
Active Member
Topic starter
 

Hi,
I've tested a couple of examples and it seems to work great!
Thanks a lot!
Happy end of the year

:christmas_tree:

 
Posted : 21/12/2024 9:40 pm
sirdavidoff
(@sirdavidoff)
Posts: 13
Active Member
 

Thanks for confirming! You too

:santa:

 
Posted : 22/12/2024 8:50 am
Thijs_Morlion
(@thijs_morlion)
Posts: 1
New Member
 

I'm still encountering an issue on version 1.73.1.

I have a straightforward workflow that includes one AI Agent and a sub-workflow designed to interact with BigQuery using an SQL Query.

When I pose a simple question to the Agent, I observe it generating various queries to find the answers. However, the sub-workflow consistently receives only the very first query generated.

The query tool's sole function is to pass along the {{ $fromAI(‘query’) }} variable, but it appears to always forward the initial query it produces, rather than subsequent ones.

 
Posted : 10/01/2025 8:34 am
Baptiste_JACQUEMET
(@baptiste_jacquemet)
Posts: 13
Active Member
Topic starter
 

Hello!

It appears you are invoking a sub-workflow. If I recall correctly, the fromAI function is exclusively available within Nodes as tools.

When using the Call n8n workflow tool, you can specify the value within the sub-workflow call description.

For instance, here's a snippet of my prompt:

You will send the following fields to the tool: issue_type, date, criticality, description and user_name

And the execute workflow trigger receives the following query:

image

Does this seem correct?

 
Posted : 10/01/2025 10:30 am
Page 2 / 2
Share: