Nikol Digital đź’šđź§©
05/04/2025, 3:46 AMVapi Support Bot
05/04/2025, 3:48 AMfirstMessageMode parameter to assistant-waits-for-user in your call configuration:
json
{
"firstMessageMode": "assistant-waits-for-user"
}
This setting ensures the assistant waits for the user to answer before starting to speak, solving your issue with premature greetings.
Source:
- [Discord conversation about firstMessageMode](https://discord.com/channels/1211482211119796234/1305065394662408192)Vapi Support Bot
05/04/2025, 3:48 AMfirstMessageMode parameter to assistant-waits-for-user in your call configuration:
json
{
"firstMessageMode": "assistant-waits-for-user"
}
This setting ensures the assistant waits for the user to answer before starting to speak, solving your issue with premature greetings.
Source:
- [Discord conversation about firstMessageMode](https://discord.com/channels/1211482211119796234/1305065394662408192)Nikol Digital đź’šđź§©
05/04/2025, 4:01 AMVapi Support Bot
05/04/2025, 4:02 AMfirstMessageMode parameter can be set in the assistant configuration via the API rather than directly in the dashboard UI. It can be included in your API call when creating or updating an assistant:
json
{
"firstMessageMode": "assistant-waits-for-user"
}
Are you currently configuring your calls through the dashboard UI or are you using the API? This would help me provide more specific guidance on where to add this parameter in your workflow.
Source:
- [Discord conversation about firstMessageMode](https://discord.com/channels/1211482211119796234/1305065394662408192)Vapi Support Bot
05/04/2025, 4:02 AMfirstMessageMode parameter can be set in the assistant configuration via the API rather than directly in the dashboard UI. It can be included in your API call when creating or updating an assistant:
json
{
"firstMessageMode": "assistant-waits-for-user"
}
Are you currently configuring your calls through the dashboard UI or are you using the API? This would help me provide more specific guidance on where to add this parameter in your workflow.
Source:
- [Discord conversation about firstMessageMode](https://discord.com/channels/1211482211119796234/1305065394662408192)Chiranjeet Mishra
05/05/2025, 4:13 PM