baptisteArno / typebot.io

💬 Typebot is a powerful chatbot builder that you can self-host.
https://typebot.io
Other
7.17k stars 1.96k forks source link

Default could accept any text input on WhatsApp #1622

Open SweetJenna opened 3 months ago

SweetJenna commented 3 months ago

If the user types something on WhatsApp, the default option should work.

Otherwise there's absolutely no way to handle text when the user doesn't choose a button!?!

This is really broken.

It would be great if I could call AI when and ONLY when the user doesn't click on a button and types something on WhatsApp.

It would save money and also handle this annoying case.

baptisteArno commented 3 months ago

I might explore this, but at its core Typebot is deterministic. On the Web you can't simply reply with a text input on a Buttons input. It just matches that behavior on WhatsApp for consistent purpose

SweetJenna commented 3 months ago

It is like defaulting to a text input when typed instead of buttons. That's the ideal behaviour because there should be some way to capture non button input.