luisson
12/29/2025, 9:25 PMVapi Support Bot
12/29/2025, 9:26 PMvariableExtractionPlan for a squad assistant (replace provider/model as needed):
json
{
"tools": [
{
"type": "handoff",
"destinations": [
{
"type": "assistant",
"assistantName": "TechnicalSupportAgent",
"description": "customer needs technical assistance",
"variableExtractionPlan": {
"schema": {
"type": "object",
"properties": {
"issueType": { "type": "string" }
}
}
}
}
]
}
]
}
This pattern works for Anthropic and other supported providers—just ensure your assistant and model configuration match your provider’s requirements. For best results, follow the provider-specific optimization tips in the [handoff documentation](https://docs.vapi.ai/squads/handoff).
Source:
- [VAPI Documentation Handoff Tool](https://docs.vapi.ai/squads/handoff)luisson
01/04/2026, 10:34 PMChiranjeet Mishra
01/07/2026, 7:32 AMvariableExtractionPlan on conversation or handoff nodes.
The model used for variable extraction is inherited from the assistant/provider context and cannot be configured independently at this time.
If this changes in the future, we’ll be sure to update the documentation accordingly. Please let us know if you’d like guidance on alternative approaches or workarounds.
Best regards,
Vapi Supportluisson
01/08/2026, 5:54 PMChiranjeet Mishra
01/13/2026, 2:22 AMhandoff tool immediately". If its still not fast enough, send a call id and we will review it to see what can be done.luisson
01/16/2026, 12:01 AMChiranjeet Mishra
01/27/2026, 12:57 AM