← Traces

agent.run

trace_id: trace_00000f · tenant: soylent

4 spans·3141msok

Waterfall

Each row is one span. Indent shows parent depth; the bar shows position within the trace.

agent.run
3141.4ms
Attributes (2)
{
  "feature": "search_qa",
  "user_id": "u_heavy_32"
}
openai.chat.completions.create
772.7ms
Attributes (9)
{
  "model": "gpt-4o",
  "feature": "search_qa",
  "user_id": "u_heavy_32",
  "tokens_prompt": 909,
  "tokens_output": 84,
  "tokens_total": 993,
  "input": "Summarize the Q3 earnings report attached. Focus on revenue, margin, and guidance.",
  "output": "(answer to: Summarize the Q3 earnings report attache…)",
  "eval_scores": {
    "Hallucination": 0.9484534764429554
  }
}
openai.chat.completions.create
816.7ms
Attributes (9)
{
  "model": "gpt-4o",
  "feature": "search_qa",
  "user_id": "u_heavy_32",
  "tokens_prompt": 939,
  "tokens_output": 345,
  "tokens_total": 1284,
  "input": "Given the customer ticket below, draft a refund response that follows policy P-204.",
  "output": "(answer to: Given the customer ticket below, draft a…)",
  "eval_scores": {
    "Hallucination": 0.9762207285268233
  }
}
openai.chat.completions.create
1470.4ms
Attributes (10)
{
  "model": "gpt-4o",
  "feature": "search_qa",
  "user_id": "u_heavy_32",
  "tokens_prompt": 236,
  "tokens_output": 547,
  "tokens_total": 783,
  "input": "Translate the user manual section to Japanese, preserving the table structure.",
  "output": "(answer to: Translate the user manual section to Jap…)",
  "eval_scores": {
    "Hallucination": 0.942603197391145
  },
  "hallucination_details": {
    "claims": [
      {
        "text": "All chapters were translated.",
        "verdict": "unsupported"
      },
      {
        "text": "Tables were preserved in the output.",
        "verdict": "supported"
      }
    ],
    "supported": 1,
    "contradicted": 0,
    "unsupported": 1,
    "total": 2,
    "score": 0.5
  }
}

Faithfulness · openai.chat.completions.create0.50

1 supported · 0 contradicted · 1 unsupported of 2 claims

  • unsupported

    All chapters were translated.

  • supported

    Tables were preserved in the output.