EvaluationTarget
The specification of which trace or span IDs to evaluate within the provided input data. Allows precise targeting of evaluation at different levels: tool calls, traces, or sessions.
Inheritors
Types
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.
The list of trace IDs to evaluate, representing complete request-response interactions. Used to evaluate entire conversation turns or specific agent interactions within a session.
Functions
Casts this EvaluationTarget as a SpanIds and retrieves its kotlin.collections.List
Casts this EvaluationTarget as a SpanIds and retrieves its kotlin.collections.List
Casts this EvaluationTarget as a TraceIds and retrieves its kotlin.collections.List
Casts this EvaluationTarget as a TraceIds and retrieves its kotlin.collections.List