Structured output schema
{
"outcome": "Candidate Screening for Recruiters outcome",
"fields": [
{
"description": "candidate name captured during the call.",
"name": "candidate_name",
"required": true,
"type": "date"
},
{
"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": "availability captured during the call.",
"name": "availability",
"required": true,
"type": "text"
},
{
"description": "experience summary captured during the call.",
"name": "experience_summary",
"required": true,
"type": "text"
},
{
"description": "salary range captured during the call.",
"name": "salary_range",
"required": false,
"type": "text"
},
{
"description": "recruiter notes captured during the call.",
"name": "recruiter_notes",
"required": false,
"type": "text"
},
{
"description": "work authorization captured during the call.",
"name": "work_authorization",
"required": false,
"type": "text"
},
{
"description": "fit notes captured during the call.",
"name": "fit_notes",
"required": false,
"type": "text"
}
]
}