Hasan
11/25/2025, 9:42 AMChiranjeet Mishra
11/26/2025, 5:33 PMname, model, and initial messages to set this up.
json
{
"members": [
{ "assistant": { "name": "Triage" }},
{ "assistant": { "name": "Emergency" }},
{ "assistant": { "name": "Scheduler" }}
]
}
2. **Configure Transfers**:
- Implement transfer rules between assistants based on specific criteria, like moving from a triage assistant to an emergency assistant when red flags are detected.
3. **Implement and Create Session**:
- Use an SDK or the API to create web or phone calls with the squad.
- Optionally create and reuse squads if needed for multiple sessions.
Check [Squad Management & Session Enhancement](https://docs.vapi.ai/changelog/2025/9/14) and [Clinic triage and scheduling example](https://docs.vapi.ai/squads/examples/clinic-triage-scheduling) for detailed guidance.Hasan
12/02/2025, 7:54 AM