Sahil
04/14/2025, 12:17 PMd5b8ba68-917b-4162-a7e9-f90d1ca593c1
, you can clearly hear the issue around the 2:30 timestamp— the assistant simply omits the email when trying to repeat it back.
This is critical for our workflow, and we’d appreciate your urgent support in resolving it.Vapi Support Bot
04/14/2025, 12:19 PMsystemPrompt
in your assistant configuration to explicitly instruct the assistant to repeat email addresses.
3. **Try a Different LLM**: Switching to a different LLM (like 4o-mini) has resolved similar issues for some users.
4. **Enable SSML Parsing**: This might give you more control over how the assistant handles and repeats the email address.Vapi Support Bot
04/14/2025, 12:19 PMSahil
04/14/2025, 12:29 PMKyle Brunker
04/14/2025, 1:16 PMKyle Brunker
04/14/2025, 1:28 PMKyle Brunker
04/14/2025, 1:30 PMKyle Brunker
04/14/2025, 1:33 PMcurl -X PATCH "https://api.vapi.ai/assistant/{ASSISTANT_ID}" \
-H "Authorization: Bearer {YOUR_API_KEY}" \
-H "Content-Type: application/json" \
-d '{
"voice": {
"chunkPlan": {
"enabled": true,
"formatPlan": {
"enabled": true,
"formattersEnabled": [
"newline",
"colon",
"acronym",
"dollarAmount",
"email",
"date",
"time",
"distance",
"unit",
"percentage",
"phoneNumber",
"number"
]
}
}
}
}'
Kyle Brunker
04/14/2025, 1:34 PMSahil
04/14/2025, 2:08 PMbrian.test@axlai-test.accelnomics.com
Can you please suggest some way to achieve this.
coming to what you suggested to turn off the markdown related utility functions Can you please elaborate how can i do that using web sdk i am just doing vapi.start(assistantOptions) and this is how the assistantOptions look like this confirm me where should i add what to make the markdown turn off here
{
name: botName,
firstMessage: Hello ${user.firstName}, I'm ${botName}, your dedicated ${roleName}. How can I assist you today?
,
transcriber: {
provider: "deepgram",
model: "nova-2",
language: "en-US",
},
voice: {
provider: "playht",
voiceId: voice,
},
model: {
provider: "openai",
model: "gpt-4o-mini",
messages: [some messages here],
tools: [some tools here],
},
}Kyle Brunker
04/15/2025, 10:37 PMSahil
04/16/2025, 6:10 AMd5b8ba68-917b-4162-a7e9-f90d1ca593c1
I am again briefing my issues
Issue 1: Despite of trying hard (spelling letter by letter) I am not able to make the assistant take the correct email.
what i want : Suggest me some good ways to achieve this so that the assistant takes correct email
Issue 2: Once the email is taken its not pronouncing it back maybe due to some marked down related issues as noticed by Shubham
what i want : if it is due to markdown i have shared the assistantOptions above how am i passing what changes should i do to to make turn off markdown please tell meKyle Brunker
04/19/2025, 12:43 AMSahil
04/21/2025, 6:51 PMKyle Brunker
04/21/2025, 7:59 PMKings_big💫
04/21/2025, 10:59 PM