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
I think there is a little miss-typed bug in a message to format output in AI nodes, it says:
{
"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
Add an AI Agent node
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)
The text was updated successfully, but these errors were encountered:
Bug Description
I think there is a little miss-typed bug in a message to format output in AI nodes, it says:
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
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)
The text was updated successfully, but these errors were encountered: