šµ 13:52:41:458 Voice Input Formatted: "from three forty to four forty in the afternoon. - March 4th,", Original: "from three forty to four forty in the afternoon.
- March 4th,"
šµ 13:52:41:586 Voice Input Formatted: "from three to three forty in the afternoon. - March 4th,", Original: "from three to three forty in the afternoon.
- March 4th,"
šµ 13:53:04:686 Voice Input Formatted: "Sure thing. Here are the available slots with doctor Dueno in March:. - March 3rd,", Original: "Sure thing. Here are the available slots with doctor Dueno in March:
- March 3rd,"
šµ 13:53:05:235 Voice Input Formatted: "from three forty to four forty in the afternoon. - March 4th,", Original: "from three forty to four forty in the afternoon.
- March 4th,"
šµ 13:53:06:020 Voice Input Formatted: " from four twenty to four forty in the afternoon. Which date and time works for you?", Original: " from four twenty to four forty in the afternoon.
Which date and time works for you?"
@Dhina As you can see it is coming from transcriber side where as the input to voice providers are correct, so you can ignore the previous message. The solution here is to use modelOutputInMessages instead of transcribed output in messages. You can enabled it by making an UPDATE request to your assistant.
UPDATE /assistant/:id
example_curl_request
curl -X PATCH https://api.vapi.ai/assistant/insert-your-assistant-id-here \
-H "Authorization: Bearer insert-your-private-key-here" \
-H "Content-Type: application/json" \
-d '{
"modelOutputInMessagesEnabled": true
}'