← Traces

agent.run

trace_id: trace_00000c · tenant: acme

5 spans·4200msok

Waterfall

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

agent.run
4200.3ms
Attributes (2)
{
  "feature": "search_qa",
  "user_id": "u_641"
}
openai.chat.completions.create
1535.7ms
Attributes (9)
{
  "model": "gpt-4o",
  "feature": "search_qa",
  "user_id": "u_641",
  "tokens_prompt": 1396,
  "tokens_output": 529,
  "tokens_total": 1925,
  "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.9828176967334002
  }
}
openai.chat.completions.create
1866.7ms
Attributes (9)
{
  "model": "gpt-4o",
  "feature": "search_qa",
  "user_id": "u_641",
  "tokens_prompt": 1769,
  "tokens_output": 200,
  "tokens_total": 1969,
  "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.9856066788546741
  }
}
tool.code_exec
582.9ms
Attributes (3)
{
  "tool": "code_exec",
  "feature": "search_qa",
  "user_id": "u_641"
}
tool.web_fetch
109.9ms
Attributes (3)
{
  "tool": "web_fetch",
  "feature": "search_qa",
  "user_id": "u_641"
}