Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
FredMichel opened this issue Aug 24, 2024 · 2 comments
Labels
in linear Issue or PR has been created in Linear for internal review Released

Comments

@FredMichel
Copy link

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
Copy link
Member

Joffcom commented Aug 24, 2024

Hey @FredMichel,

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

@Joffcom Joffcom added the in linear Issue or PR has been created in Linear for internal review label Aug 24, 2024
@janober
Copy link
Member

janober commented Sep 18, 2024

Fix got released with [email protected]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in linear Issue or PR has been created in Linear for internal review Released
Projects
None yet
Development

No branches or pull requests

3 participants