← Traces

agent.run

trace_id: trace_00006c · tenant: acme

5 spans·1926msok

Waterfall

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

agent.run
1926.0ms
Attributes (2)
{
  "feature": "moderation",
  "user_id": "u_353"
}
openai.chat.completions.create
524.0ms
Attributes (9)
{
  "model": "gpt-4-mini",
  "feature": "moderation",
  "user_id": "u_353",
  "tokens_prompt": 118,
  "tokens_output": 90,
  "tokens_total": 208,
  "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.8215173414442688
  }
}
openai.chat.completions.create
769.8ms
Attributes (9)
{
  "model": "gpt-4-mini",
  "feature": "moderation",
  "user_id": "u_353",
  "tokens_prompt": 262,
  "tokens_output": 101,
  "tokens_total": 363,
  "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.9159225397743285
  }
}
tool.calculator
177.5ms
Attributes (3)
{
  "tool": "calculator",
  "feature": "moderation",
  "user_id": "u_353"
}
tool.web_fetch
343.5ms
Attributes (3)
{
  "tool": "web_fetch",
  "feature": "moderation",
  "user_id": "u_353"
}