Seems like there were an issue with the request
# support
p
webhook displays 200 ok payload such as: { "result": "c'est absolument génial j'ai des créneaux disponibles" } but vocal assistant in the step where this result variable is used in the vapi block workflow starts to speak english and raise errors. I don't understand and I'm stuck
v
@paul gaston It sounds like there might be a language configuration issue in your VAPI workflow. The result you're receiving is in French, but if the vocal assistant is defaulting to English, it could be causing errors when trying to process or speak the French text. To address this, we need to ensure that the language settings in your VAPI workflow are correctly configured to handle French. This includes setting the appropriate language code for the transcriber and any text-to-speech components. Could you please provide more details about the step in the VAPI block workflow where the error occurs? This will help me understand the context better and assist you in resolving the issue. If you have specific settings or parameters you'd like to adjust, please let me know, and I can guide you through the process.
You can continue this conversation by mentioning me in the message.
p
everything was set up in frenh, from transcriber to prompt. there are only 3 prompts: 1. "conversation" : - Tu me dis bonjour et tu me dis que tu vas chercher les disponibilités. 2. Bloc "tool" : server setup which returns 200ok and result. 3."conversation" : - Tu me lis le contenu de {{tool.output.result}}
maybe i need to create a vapi tool for this server interraction?
s
Hey @paul gaston can you describer your issue in brief with steps on how to reproduce along with the call id?
Because of no response closing this ticket.
p
sorry was away for the weekend, closing open issues, sorry for the spam
3 Views