I’ve tried various configurations. But the current one on the above workflow is using the response mode on the chat as “Respond using Respond to webhook node”
And the “Respond to webhook node” is set to output JSON. I’ve also tried using respond using first input item with same result. The result I often get inside the test chat window with my attempts is this:
[No response. Make sure the last executed node outputs the content to display here]
Any ideas? I’ve been trying different combinations to try and get a response to go to the chat without any luck.
I am hosted on the cloud and this is the output of the webhook node:
[
{
“threadId”: “thread_0p3Ktkbj84jdUSM1eISIhKlq”,
“output”: “If you’d like to test something specific or have any questions, especially regarding the file you uploaded, feel free to let me know. I’m here to help!”
Hi Grot thank you for the reply. Yes currently my workflow runs successfully all the way to the openai node and also even to the webhook node. The openai node outputs this:
[
{
“threadId”: “thread_0p3Ktkbj84jdUSM1eISIhKlq”,
“output”: “If you’d like to test something specific or have any questions, especially regarding the file you uploaded, feel free to let me know. I’m here to help!”
}
]
And the respond to webhook node outputs this:
[
{
“threadId”: “thread_0p3Ktkbj84jdUSM1eISIhKlq”,
“output”: “If you’d like to test something specific or have any questions, especially regarding the file you uploaded, feel free to let me know. I’m here to help!”
}
]