Real following case:
I made a bubble to save the client last response and make the OpenAI answer the last question.
But
Multiple people send fragmented messages as the following:
- Hello
- How much is the product?
And the bot answers each individually
- Hello, I'll help you now
- The product is $ XX,XX
But I'd like for the bot to verify if multiple messages are sent before it answers and then answer all together along with checking if an answer needs an answer.
Ideal case for example:
Client:
- Hello
- How much is the product
- ??
Bot:
- Hello, the product is $XX,XX