Dedicated Trace
Ticket #872 trace
Resolved
Trace Timeline
Customer message, automation steps, and tool actions
Customer message
qa+1776940215-68-5c6cb1fd@example.comGood afternoon
Triage step
The message is a greeting with no specific request.
status: awaiting_customer
decision: clarify
confidence: 90%
View run payload
Input snapshot
Good afternoon
Output payload
{
"source": "llm_intent",
"status": "awaiting_customer",
"category": "other",
"priority": "normal",
"route": "clarify",
"current_layer": "triage",
"confidence": 0.9,
"decision": "clarify",
"reply": "Good afternoon! How can AI Passport Photo assist you today with your passport or visa photo needs?",
"reasoning_summary": "The message is a greeting with no specific request.",
"input_snapshot": "Good afternoon",
"tags": [
"greeting",
"opener"
]
}
Triage step
The user reports a double charge, indicating a specific billing issue requiring specialist intervention.
status: in_progress
decision: triage
confidence: 95%
View run payload
Input snapshot
I was charged twice for the same order
Output payload
{
"source": "llm_intent",
"status": "in_progress",
"category": "billing",
"priority": "high",
"route": "specialist",
"current_layer": "specialist",
"confidence": 0.95,
"decision": "triage",
"reply": null,
"reasoning_summary": "The user reports a double charge, indicating a specific billing issue requiring specialist intervention.",
"input_snapshot": "I was charged twice for the same order",
"tags": [
"billing",
"payment",
"double_charge",
"case_specific"
]
}
Specialist step
No specialist path is implemented for this category.
status: awaiting_customer
decision: offer_human_handoff
confidence: 64%
View run payload
Input snapshot
I was charged twice for the same order
Output payload
{
"source": "fallback",
"status": "awaiting_customer",
"current_layer": "specialist",
"confidence": 0.64,
"decision": "offer_human_handoff",
"route": "offer_human_handoff",
"escalation_reason": "No specialist path is implemented for this category.",
"handoff_note": "A human specialist should review this case before the next reply because it needs human review.",
"summary": "No safe specialist workflow exists for the current category.",
"reply": "This case needs a human specialist. Use the button below if you want a human to take over.",
"reasoning_summary": "No specialist path is implemented for this category.",
"input_snapshot": "I was charged twice for the same order",
"human_handoff_available": true,
"tags": [
"human-review",
"unsupported-category"
]
}