n8n-io / n8n

Free and source-available fair-code licensed workflow automation tool. Easily automate tasks across different services.
https://n8n.io
Other
45.47k stars 6.25k forks source link

HTTP Request Tools: Subsequent AI calls with different parameters return identical responses #10541

Open FredMichel opened 2 weeks ago

FredMichel commented 2 weeks ago

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

  1. Set up an HTTP request in n8n using the HTTP Tools.
  2. 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)
  3. 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)

Joffcom commented 2 weeks ago

Hey @FredMichel,

We have created an internal ticket to look into this which we will be tracking as "GHC-183"