triage_support_query
Analyzes student support queries and returns category, urgency, suggested response, and escalation flag to automate support ticket triage for EdTech teams.
Instructions
Analyze a student support query and return category, urgency level, suggested response, and escalation flag. Use this to automate support ticket triage for EdTech operations teams.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The raw student support message text. | |
| student_name | No | Student's name for personalization (default "Student"). | Student |
| course_name | No | The course the student is enrolled in, if known. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |