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

Little bug in format message for AI #11471

Open
afanjul opened this issue Oct 30, 2024 · 1 comment · May be fixed by #11771
Open

Little bug in format message for AI #11471

afanjul opened this issue Oct 30, 2024 · 1 comment · May be fixed by #11771
Labels
in linear Issue or PR has been created in Linear for internal review

Comments

@afanjul
Copy link

afanjul commented Oct 30, 2024

Bug Description

I think there is a little miss-typed bug in a message to format output in AI nodes, it says:

image
{
"action": "Final Answer",
"action_input": string // You should put what you want to return to use here and make sure to use valid json newline characters.
}

And I guess it should be:

"action_input": string // You should put what you want to return to user here and make sure to use valid json newline

Pay attention to "use" vs "user".

To Reproduce

  1. Add an AI Agent node
  2. Just review the formatting system prompt

Expected behavior

Just correct the wrong word

Operating System

Macos

n8n Version

Sonoma

Node.js Version

18.17.0

Database

SQLite (default)

Execution mode

main (default)

@Joffcom
Copy link
Member

Joffcom commented Oct 30, 2024

Hey @afanjul,

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

@Joffcom Joffcom added the in linear Issue or PR has been created in Linear for internal review label Oct 30, 2024
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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants