Share feedback, ideas and get community help

A
Ademar
Offline, last seen 2 months ago
Joined October 18, 2024
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
2 comments
B
hey guys, is there a way for the typebot to understand audio from the sender? And answer accordingly?
I know the bot can send the audio, but when it receives, it says it doesnt understand.
I'm using the assistant from OpenAI ChatGPT 4ºmini.
Do I need the regular one or is a configuration on typebot?

In OpenAI documentation in API, it seems that I can transcribe audio to text and then respond. So to implent this on Typebot should I add the suggested code in the Add Function in OpenAI integration in typebot?
2 comments
B