SessionSpans

data class SessionSpans(val value: List<Document?>) : EvaluationInput

The collection of spans representing agent execution traces within a session. Each span contains detailed information about tool calls, model interactions, and other agent activities that can be evaluated for quality and performance.

Constructors

Link copied to clipboard
constructor(value: List<Document?>)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this EvaluationInput as a SessionSpans and retrieves its kotlin.collections.List value. Throws an exception if the EvaluationInput is not a SessionSpans.

Link copied to clipboard

Casts this EvaluationInput as a SessionSpans and retrieves its kotlin.collections.List value. Returns null if the EvaluationInput is not a SessionSpans.