Dedicated Trace
Ticket #794 trace
Resolved
Trace Timeline
Customer message, automation steps, and tool actions
Customer message
qa+1776936541-70-131d91eb@example.comHi
Triage step
The message is a simple greeting and low information opener, needing clarification.
status: awaiting_customer
decision: clarify
confidence: 90%
View run payload
Input snapshot
Hi
Output payload
{
"source": "llm_intent",
"status": "awaiting_customer",
"category": "other",
"priority": "normal",
"route": "clarify",
"current_layer": "triage",
"confidence": 0.9,
"decision": "clarify",
"reply": "Hello! Welcome to AI Passport Photo support. How can we assist you today with your passport or visa photo needs?",
"reasoning_summary": "The message is a simple greeting and low information opener, needing clarification.",
"input_snapshot": "Hi",
"tags": [
"greeting",
"opener"
]
}
Triage step
User explicitly requests to speak with a real person.
status: awaiting_customer
decision: offer_human_handoff
confidence: 95%
View run payload
Input snapshot
I want to speak with a real person
Output payload
{
"source": "llm_human_handoff",
"status": "awaiting_customer",
"category": "other",
"priority": "high",
"route": "offer_human_handoff",
"current_layer": "triage",
"confidence": 0.95,
"decision": "offer_human_handoff",
"escalation_reason": "The customer explicitly requested human support.",
"handoff_note": "The customer explicitly asked for a human specialist in this chat.",
"summary": "The customer explicitly requested human support.",
"reply": "A human specialist can take over this conversation. Use the button below if you want to chat with a human.",
"reasoning_summary": "User explicitly requests to speak with a real person.",
"input_snapshot": "I want to speak with a real person",
"human_handoff_available": true,
"tags": [
"human_request",
"real_person",
"handoff"
]
}