es
12/16/2025, 2:44 AMVapi Support Bot
12/16/2025, 2:45 AMjson
{
"type": "object",
"properties": {
"email": { "type": "string", "description": "Prospect email from metadata" },
"firstName": { "type": "string", "description": "Prospect first name from metadata" },
"lastName": { "type": "string", "description": "Prospect last name from metadata" }
},
"required": ["email", "firstName", "lastName"]
}
This ensures only prospect data from metadata is used in the tool call, preventing fallback to internal identities. See the [structured outputs examples](https://docs.vapi.ai/assistants/structured-outputs-examples) for more details.
Source:
- [Structured outputs examples](https://docs.vapi.ai/assistants/structured-outputs-examples)es
12/16/2025, 3:17 AMes
12/16/2025, 3:56 AM