Bot goes to wrong Node/Workflow
# 🤝help
e
Bot worked perfectly fine but at one point it just stopped going to the predetermined node after single choice input?

https://cdn.discordapp.com/attachments/1135863039804059648/1135863040017973360/image.png

a
Hey @enough-fish-35900, could you tell us a bit more about this? Like, did you click the button or type in free text? Was this the first interaction with the bot? And what does your singel choice card look like?
e
Clicked on choice

https://cdn.discordapp.com/attachments/1135863039804059648/1135957288004362290/image.png

here is the choice card
I don't know what happened it was working without any problem but now when i go for first choice it just reroutes it to the second one
But if i choose second one it goes where it is suppose to
Update I choose different language on the start of conversation and it now works without any problem
Although i still wonder why it doesn't work on other language since I was using that one all the time and it worked flawlessly
Update No.2 Changed the message for the single choice card to say just "Products" and not "Information about products". I think it was a problem with a personality agent since I prompted it to provide customer with contact info to book a call when he is interested in price. In single choice card it said "Information about the products" and I guess personality agent confused it for a price and straight up sent the user to contact info card. I don't know if Personality agent can interfere with the flow but this is my best guess. Now it only says "Products" and sends user to the right Node.
c
Thank you for the update! OpenAI is often picky and using the right prompt influences a lot the type of response. Glad to know your problem is resolved! 🎉
e
So Personality agent can pick next node if it thinks it contains right information?
c
Oh! No it doesn't. Depending on the response to a choice OpenAI could be used to understand the intent of the user. If a user chooses an option using the choice buttons, it doesn't use OpenAI but if the user responds with the text input OpenAI will be used to understand the response. I hope it helps. 🫡
e
Thx!