← Back to ticket

Dedicated Trace

Ticket #989 trace

Resolved

Trace Timeline

Customer message, automation steps, and tool actions

2 runs

Customer message

qa+1777021119-74-46fa7b80@example.com

I need some help

Triage step

The message is a vague opener requesting help without details.

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

Input snapshot

I need some 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. Please let us know how we can assist you with passport or visa photo services.",
  "reasoning_summary": "The message is a vague opener requesting help without details.",
  "input_snapshot": "I need some help",
  "tags": [
    "greeting",
    "help_request",
    "vague"
  ]
}

Triage step

The knowledge clearly states that driving licence photos are not supported.

Public knowledge + LLM
status: awaiting_customer decision: knowledge_answer confidence: 100%
View run payload

Input snapshot

Is this photo suitable for a driving licence?

Output payload

{
  "source": "public_knowledge_llm",
  "status": "awaiting_customer",
  "category": "policy",
  "priority": "normal",
  "route": "knowledge_answer",
  "current_layer": "triage",
  "confidence": 1.0,
  "decision": "knowledge_answer",
  "reply": "AI Passport Photo supports passport and visa photos only. We do not support driving licence photos or any other document types.",
  "reasoning_summary": "The knowledge clearly states that driving licence photos are not supported.",
  "input_snapshot": "Is this photo suitable for a driving licence?",
  "tags": [
    "unsupported_document",
    "driving_licence",
    "photo_types"
  ]
}