Missing Messages Sequence ✨ in AI chatbot integration

Hi! I’m using Typebot to build a chatbot made for incident reporting. I've been following this Youtube tutorial (https://www.youtube.com/watch?v=yD42Fx07ZNQ) and it mentions setting up a message sequence. However, the video is about a year old, and I don’t see the same option in my Typebot interface. Does anyone know how to recreate this functionality with the latest version of Typebot? Is there a new approach or workaround I should use? Thanks for your help!
Typebot
YouTube
Power-up lead qualification with OpenAI
In this video, I'm explaining how we can use OpenAI to dig into a specific topic and then still take back the control and continue the typebot flow. 00:00 Intro 00:27 Flow explanation 03:09 Preview the bot 05:23 Conclusion
No description
2 Replies
Anthony
Anthony2mo ago
Heya Charlotte, What I believe you're looking for is the "Dialogue" feature. Currently, you added "system" and "assistant" prompts. If you click the + button icon, you should be able to add another one called Dialogue, where you specify the variable in which the conversation (AI and user messages) will be stored and given back as an input to the AI to keep track of it. If the very first message of the conversation is started by the user (with a text input for example), pick user for the starts by option, otherwise assistant, to indicate who sends the first message. Hope it helps!
No description
Anthony
Anthony2mo ago
Here's how my flow looks like to achieve the same behavior, where I first ask for what the user wants (their prompt), append their prompt to my dialogue variable, then wait for the AI response, append its response to my dialogue variable and display it to the user, in a loop.
No description

Did you find this page helpful?