Ouranos
03/24/2025, 8:46 AMVapi Support Bot
03/24/2025, 8:47 AMmembersOverrides
which act as "house rules" for all assistants in the squad, overriding individual assistant settings. According to the [documentation](https://docs.vapi.ai/api-reference/squads/create-squad), both membersOverrides
and members[n].assistantOverrides
can be used together, with membersOverrides
taking precedence.
2. **Different Parameter Handling**: Parameters like maxDurationSeconds
are handled differently in squads - they must be applied at the squad level rather than individually per assistant.
3. **Instruction Impact**: Specific instructions in squad configurations (like "When transferring to another assistant, do not mention the transfer to user, just do it") can cause immediate transfers that wouldn't happen in solo mode.
## API vs UI Configuration
Based on the issues you're experiencing, configuring via the API might give you more precise control. The API allows you to:
- Explicitly set all parameters including system prompts, voice settings, and experimental controls
- Configure firstMessageMode
options like 'assistant-speaks-first'
- Adjust specific voice parameters that might not be easily accessible in the UI
Some users have reported UI bugs with squad configurations, particularly when renaming assistants within a squad.
## Cartesia Voice Speaking Slowly
For your Cartesia voice issue, you can try these solutions:Vapi Support Bot
03/24/2025, 8:47 AMAssistant.voice[provider="cartesia"].experimentalControls
according to the [Vapi changelog](https://docs.vapi.ai/changelog).
2. **Check TTS Parameters**: Try adjusting parameters like optimizeStreamingLatency
(set to 1) and increasing chunkPlan.minCharacters
(to around 60) which has helped other users.
3. **Consider Alternative Voices**: If the issue persists, you might want to try other voice providers that don't exhibit this problem in your squad setup.
Is there anything specific about these issues you'd like me to elaborate on further?
Sources:
- [Vapi documentation](https://docs.vapi.ai/api-reference/squads/create-squad)
- [Vapi changelog](https://docs.vapi.ai/changelog)
- [Discord discussion about squad behavior](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1342175709623226460)
- [Discord discussion about voice parameters](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1332287510964994078)Kings Big
03/24/2025, 10:58 PMOuranos
03/25/2025, 8:40 AMKings Big
03/27/2025, 5:29 AM