n8n version: 1.26.0 Database: SQLite Running n8n via Docker
Hi all,
The chat trigger works well in conversation with Agent AI but I would like to use the Question&Answer Chain to have a bot that respond to my questions.
My problem : The “Webhook response node” returns data but I don’t have it in my chatbot interface.
The “Respond to Webhook” should not be needed in this case. So instead of setting
Response Mode: “Using ‘Respond to Webhook’ Node”
you can either
delete the option
or
set Response Mode: “What Last Node Finishes”
It should then work fine. By the way. I assume that is what @Jon meant. Not just disconnecting the node, but rather changing the setting on the Chat Trigger node.
I have the same problem that @romeo_roy the response is return by the server, but not in the UI. I think that the response format ({ “response”: { “text”: “…” } }) is not interpreted by the webbrowser interface in the “chat”. whereas with the Node “Agent AI”, it’s works fine : the response is “output” or “data.response” directly…