Describe the problem/error/question
Hey guys, I’m having a lot of trouble to fix this:
My workflow works fine if it receives 1 message at a time, the problem is when it receives multiple, I think it would work best if somehow the workflow is able to identify it has received multiple messages, and send only one api call to openai assistant, so it can come up with a better response.
An example would be:
“Hi”
“Good morning!”
“How are you?”
Which the response would seem a lot unnatural to the user.
So my questions is, do you have any ideia how to manage this? Could also be an workaround.
I already tried adding all the user messages to baserow, the problem is, I’m not sure when, where or how I would trigger the workflow to send the msg only once and to delete the messages from baserow after the text response is sent. Keep in mind that not always the user will send multiple messages.
What is the error message (if any)?
Please share your workflow
Share the output returned by the last node
Information on your n8n setup
- n8n version:
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app):
- Operating system: