Structured output schema
{
"outcome": "After-hours Call Answering for Veterinarians outcome",
"fields": [
{
"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": true,
"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": "issue type captured during the call.",
"name": "issue_type",
"required": false,
"type": "text"
},
{
"description": "location captured during the call.",
"name": "location",
"required": false,
"type": "text"
},
{
"description": "safe to wait captured during the call.",
"name": "safe_to_wait",
"required": false,
"type": "text"
}
]
}