- Sessions — the session detail view opens with a summary of how the session actually went across its traces: what the user was trying to do, what the agent did, and where it struggled.
- Traces — the trace details view summarizes the trace instead of requiring line-by-line span reading.
- Test results — results include a summary of the dominant failure modes.
Where to find them
- Session summary: open a project with tracing → Sessions → open a session. The summary appears at the top of the session detail view.
- Trace summary: open a trace from the Traces view. The trace details view has an AI summary button — select it to summarize, analyze, and get up to speed with the trace.
- Test-result summary: open a test result — the summary sits above the row-level results.
Controlling summaries
Summaries are configured at the workspace level, and each project can override the workspace default.Workspace settings
Go to Settings → AI features to control which AI-powered summary features are enabled in the workspace. There is one section per feature:- Trace summaries — summaries for individual traces.
- Session summaries — summaries for user sessions.
- Test summaries — summaries for test result sets.
Test summaries adds Generate automatically, which summarizes test
results as they finish computing.
The same page holds two more sections:
- Semantic search — matches goal subpopulations by meaning instead of exact
text, and requires a ClickHouse-backed pipeline. You can lock it for all
projects; the Embedding model is set per deployment via
EMBEDDING_MODEL, and changing it requires re-embedding stored data, because existing vectors are not comparable across models. See semantic search filters for how the filters themselves work. - AI usage — spend and volume across every project in the workspace, broken down by feature, over the time range you pick. Spend is estimated with the token prices in Workspace settings → LLM costs, covered in LLM cost estimation.