Structured output schema
{
"outcome": "Interview Practice AI phone prompt outcome",
"fields": [
{
"description": "caller name captured during the call.",
"name": "caller_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": "role captured during the call.",
"name": "role",
"required": true,
"type": "text"
},
{
"description": "question set captured during the call.",
"name": "question_set",
"required": true,
"type": "text"
},
{
"description": "strengths captured during the call.",
"name": "strengths",
"required": true,
"type": "text"
},
{
"description": "improvement areas captured during the call.",
"name": "improvement_areas",
"required": false,
"type": "text"
},
{
"description": "confidence captured during the call.",
"name": "confidence",
"required": false,
"type": "text"
},
{
"description": "next practice focus captured during the call.",
"name": "next_practice_focus",
"required": false,
"type": "text"
}
]
}