← Traces

agent.run

trace_id: trace_00004b · tenant: acme

4 spans·2626msok

Waterfall

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

agent.run
2626.2ms
Attributes (2)
{
  "feature": "search_qa",
  "user_id": "u_heavy_26"
}
openai.chat.completions.create
798.8ms
Attributes (9)
{
  "model": "gpt-4o",
  "feature": "search_qa",
  "user_id": "u_heavy_26",
  "tokens_prompt": 1127,
  "tokens_output": 328,
  "tokens_total": 1455,
  "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.9156879417831079
  }
}
openai.chat.completions.create
1532.8ms
Attributes (9)
{
  "model": "gpt-4o",
  "feature": "search_qa",
  "user_id": "u_heavy_26",
  "tokens_prompt": 45,
  "tokens_output": 182,
  "tokens_total": 227,
  "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.6692812450230121
  }
}
tool.web_fetch
190.4ms
Attributes (3)
{
  "tool": "web_fetch",
  "feature": "search_qa",
  "user_id": "u_heavy_26"
}