← Back to ticket

Dedicated Trace

Ticket #1016 trace

Resolved

Trace Timeline

Customer message, automation steps, and tool actions

2 runs

Customer message

qa+1777021193-101-a37f00fa@example.com

Hello, can you help?

Triage step

User greeting and vague opener without a clear request.

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. How can we assist you with passport or visa photo preparation today?",
  "reasoning_summary": "User greeting and vague opener without a clear request.",
  "input_snapshot": "Hello, can you help?",
  "tags": [
    "greeting",
    "opener",
    "vague"
  ]
}

Triage step

Customer asks about accepted currencies, relevant to billing.

LLM
status: awaiting_customer decision: knowledge_answer confidence: 90%
View run payload

Input snapshot

What currencies do you accept?

Output payload

{
  "source": "llm",
  "status": "awaiting_customer",
  "category": "billing",
  "priority": "low",
  "route": "knowledge_answer",
  "current_layer": "triage",
  "confidence": 0.9,
  "decision": "knowledge_answer",
  "reply": "We accept major currencies including USD, EUR, and GBP. For a full list and payment options, please visit our website's payment information page.",
  "reasoning_summary": "Customer asks about accepted currencies, relevant to billing.",
  "input_snapshot": "What currencies do you accept?",
  "tags": [
    "currency",
    "payment",
    "billing"
  ]
}