Structured output schema
{
"outcome": "Veterinarians Emergency Call Triage AI phone script outcome",
"fields": [
{
"description": "ai disclosure acknowledged captured during the call.",
"name": "ai_disclosure_acknowledged",
"required": true,
"type": "text"
},
{
"description": "owner name captured during the call.",
"name": "owner_name",
"required": true,
"type": "text"
},
{
"description": "phone number from caller id captured during the call.",
"name": "phone_number_from_caller_id",
"required": true,
"type": "text"
},
{
"description": "pet name captured during the call.",
"name": "pet_name",
"required": true,
"type": "text"
},
{
"description": "species captured during the call.",
"name": "species",
"required": true,
"type": "text"
},
{
"description": "symptoms captured during the call.",
"name": "symptoms",
"required": false,
"type": "text"
},
{
"description": "urgency captured during the call.",
"name": "urgency",
"required": false,
"type": "text"
},
{
"description": "preferred time captured during the call.",
"name": "preferred_time",
"required": false,
"type": "date"
},
{
"description": "caller name captured during the call.",
"name": "caller_name",
"required": false,
"type": "text"
},
{
"description": "location captured during the call.",
"name": "location",
"required": false,
"type": "text"
},
{
"description": "risk type captured during the call.",
"name": "risk_type",
"required": false,
"type": "text"
},
{
"description": "danger present captured during the call.",
"name": "danger_present",
"required": false,
"type": "text"
}
]
}