diff_traces
Compare two traces in parallel to summarize differences in latency, cost, token usage, and other fields. Diagnose why two runs differ.
Instructions
Compare two traces side-by-side. Fetches both in parallel and returns a summary of how their high-level fields differ (name, user, session, latency, cost, token usage, tags, model, status).
Useful for answering 'why did trace X take longer than trace Y?' or 'what's different between these two runs?'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | ||
| trace_id_a | Yes | ||
| trace_id_b | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||