Workflow prompt
Create an appliance support Call App that captures appliance type, model, fault, purchase context, warranty notes, photos, and safety concerns.
Output schema
{
"outcome": "appliance call outcome",
"fields": [
{
"description": "appliance type captured during the call.",
"name": "appliance_type",
"required": true,
"type": "text"
},
{
"description": "model or serial captured during the call.",
"name": "model_or_serial",
"required": true,
"type": "text"
},
{
"description": "fault captured during the call.",
"name": "fault",
"required": true,
"type": "text"
},
{
"description": "purchase or property context captured during the call.",
"name": "purchase_or_property_context",
"required": true,
"type": "text"
},
{
"description": "photos available captured during the call.",
"name": "photos_available",
"required": true,
"type": "text"
}
]
}