I’m working on a bot where users can ask questions, and the bot may need to ask additional clarifying questions to provide a better response. However, currently, each question from the bot starts a new session, which disrupts the flow of the conversation.
How can I ensure that follow-up questions from the bot are part of the same session, allowing the conversation to continue seamlessly without restarting the session?
you will need to make sure the bot receives the sessionId. Can you share your current workflow setup?
Tip for sharing your workflow in the forum
Pasting your n8n workflow
Ensure to copy your n8n workflow and paste it in the code block, that is in between the pairs of triple backticks, which also could be achieved by clicking </> (preformatted text) in the editor and pasting in your workflow.
```
<your workflow>
```
Make sure that you’ve removed any sensitive information from your workflow and include dummy data or pinned data as much as you can!
PS. I recommend watching our YouTube tutorial on AI Agents