AgentInsightHighlightedTrace interface

A highlighted trace that provides evidence for an agent insight.

Properties

duration_ms

The end-to-end duration of the trace in milliseconds.

summary

A short summary of the trace.

timestamp

The time when the trace was recorded.

total_tokens

Aggregate input and output tokens reported across all model inference calls in this trace, including calls to different models. Intended for relative usage comparison, not cost estimation.

trace_id

The trace identifier.

Property Details

duration_ms

The end-to-end duration of the trace in milliseconds.

duration_ms: number

Property Value

number

summary

A short summary of the trace.

summary: string

Property Value

string

timestamp

The time when the trace was recorded.

timestamp: Date

Property Value

Date

total_tokens

Aggregate input and output tokens reported across all model inference calls in this trace, including calls to different models. Intended for relative usage comparison, not cost estimation.

total_tokens?: number

Property Value

number

trace_id

The trace identifier.

trace_id: string

Property Value

string