Workflow prompt
Create a Call App for a product manual that answers known support questions, captures model, page, problem, serial number, and escalates safety issues.
Output schema
{
"outcome": "product manual call outcome",
"fields": [
{
"description": "product model captured during the call.",
"name": "product_model",
"required": true,
"type": "text"
},
{
"description": "page or section captured during the call.",
"name": "page_or_section",
"required": true,
"type": "text"
},
{
"description": "problem description captured during the call.",
"name": "problem_description",
"required": true,
"type": "text"
},
{
"description": "serial number captured during the call.",
"name": "serial_number",
"required": true,
"type": "text"
},
{
"description": "support priority captured during the call.",
"name": "support_priority",
"required": true,
"type": "text"
}
]
}