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
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)