← Traces

agent.run

trace_id: trace_000058 · tenant: globex

6 spans·4573msok

Waterfall

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

agent.run
4560.5ms
Attributes (2)
{
  "feature": "moderation",
  "user_id": "u_heavy_3"
}
openai.chat.completions.create
2105.5ms
Attributes (9)
{
  "model": "gpt-4-mini",
  "feature": "moderation",
  "user_id": "u_heavy_3",
  "tokens_prompt": 265,
  "tokens_output": 125,
  "tokens_total": 390,
  "input": "Summarize the Q3 earnings report attached. Focus on revenue, margin, and guidance.",
  "output": "Q3 revenue hit $4.2B, a 38% YoY jump, with operating margin expanding to 27%…",
  "eval_scores": {
    "Hallucination": 0.06432385020889342
  }
}
openai.chat.completions.create
734.4ms
Attributes (9)
{
  "model": "gpt-4-mini",
  "feature": "moderation",
  "user_id": "u_heavy_3",
  "tokens_prompt": 143,
  "tokens_output": 53,
  "tokens_total": 196,
  "input": "Given the customer ticket below, draft a refund response that follows policy P-204.",
  "output": "Refund approved under policy P-204(b), $189.99 returned to card ending 4421 within 3 days…",
  "eval_scores": {
    "Hallucination": 0.301015003118664
  }
}
tool.search
547.9ms
Attributes (3)
{
  "tool": "search",
  "feature": "moderation",
  "user_id": "u_heavy_3"
}
tool.calculator
526.5ms
Attributes (3)
{
  "tool": "calculator",
  "feature": "moderation",
  "user_id": "u_heavy_3"
}
tool.code_exec
538.5ms
Attributes (3)
{
  "tool": "code_exec",
  "feature": "moderation",
  "user_id": "u_heavy_3"
}