You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the HTTP Request Tools, if the AI makes multiple calls to the tool with different parameters, only the first call responds correctly. Subsequent responses remain identical to the first call, even though the parameters are supposed to be modified.
To Reproduce
Set up an HTTP request in n8n using the HTTP Tools.
Have the AI model make multiple calls to this HTTP request with different parameters for each call (ex. Give me the age of Anna and Henry) . First call is GET /age?name=Anna , second call is GET /age?name=Anna)
Notice that the first response is correct, but all subsequent response is identical to the first, regardless of the changed parameters.
Expected behavior
Each HTTP request made with different parameters should return a distinct response based on those parameters, not repeat the first response.
Operating System
Mac OS
n8n Version
1.55.3
Node.js Version
v20.10.0
Database
SQLite (default)
Execution mode
main (default)
The text was updated successfully, but these errors were encountered:
Bug Description
When using the HTTP Request Tools, if the AI makes multiple calls to the tool with different parameters, only the first call responds correctly. Subsequent responses remain identical to the first call, even though the parameters are supposed to be modified.
To Reproduce
Expected behavior
Each HTTP request made with different parameters should return a distinct response based on those parameters, not repeat the first response.
Operating System
Mac OS
n8n Version
1.55.3
Node.js Version
v20.10.0
Database
SQLite (default)
Execution mode
main (default)
The text was updated successfully, but these errors were encountered: