You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: samples/ticket-classification/README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Support Ticket Classification System
2
2
3
-
Use LangGraph with Azure OpenAI to automatically classify support tickets into predefined categories with confidence scores. UiPath Orchestrator API integration for human approval step.
3
+
Use LangGraph with Azure OpenAI to automatically classify support tickets into predefined categories with confidence scores. UiPath Action Center integration for human approval step.
4
4
5
5
## Debug
6
6
@@ -52,7 +52,8 @@ The input ticket should be in the following format:
52
52
```json
53
53
{
54
54
"message": "The ticket message or description",
55
-
"ticket_id": "Unique ticket identifier"
55
+
"ticket_id": "Unique ticket identifier",
56
+
"assignee"[optional]: "username or email of the person assigned to handle escalations"
"AgentOutput": f"This is how I classified the ticket: '{state.ticket_id}', with message '{state.message}' \n Label: '{state.label}' Confidence: '{state.confidence}'",
0 commit comments