← Back to ticket

Dedicated Trace

Ticket #795 trace

Resolved

Trace Timeline

Customer message, automation steps, and tool actions

2 runs

Customer message

qa+1776936548-71-7b8f0527@example.com

Hello, can you help?

Triage step

User message is a vague greeting indicating an opener intent requiring clarification.

llm_intent
status: awaiting_customer decision: clarify confidence: 90%
View run payload

Input snapshot

Hello, can you help?

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. We assist with AI-based passport and visa photo preparation. How can we help you today?",
  "reasoning_summary": "User message is a vague greeting indicating an opener intent requiring clarification.",
  "input_snapshot": "Hello, can you help?",
  "tags": [
    "greeting",
    "opener",
    "low_information"
  ]
}

Triage step

The user explicitly requested to talk to a human agent.

Human handoff intent
status: awaiting_customer decision: offer_human_handoff confidence: 98%
View run payload

Input snapshot

Can I talk to a human agent?

Output payload

{
  "source": "llm_human_handoff",
  "status": "awaiting_customer",
  "category": "other",
  "priority": "high",
  "route": "offer_human_handoff",
  "current_layer": "triage",
  "confidence": 0.98,
  "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": "The user explicitly requested to talk to a human agent.",
  "input_snapshot": "Can I talk to a human agent?",
  "human_handoff_available": true,
  "tags": [
    "human_request",
    "agent",
    "handoff",
    "explicit"
  ]
}