SpanIds

data class SpanIds(val value: List<String>) : EvaluationTarget

The list of specific span IDs to evaluate within the provided traces. Used to target evaluation at individual tool calls or specific operations within the agent's execution flow.

Constructors

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

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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