{
"name": "Lead Qualification",
"description": "Qualify sales leads based on call content",
"system_prompt": "You are a sales analyst. Extract lead qualification information from sales calls.",
"user_prompt": "Analyze this sales call and extract: budget mentioned, timeline, decision maker involvement, and pain points.\n\nTranscript: {transcript}",
"schema": {
"type": "object",
"properties": {
"budget_mentioned": {
"type": "boolean",
"description": "Whether budget was discussed"
},
"timeline": {
"type": "string",
"description": "Expected timeline for purchase"
},
"decision_maker": {
"type": "boolean",
"description": "Whether speaking with decision maker"
}
}
},
"is_active": true
}