InlineGroundTruth

Inline ground truth data containing assertions, expected trajectories, and per-turn expected responses.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Assertions for evaluation, reuses common model EvaluationContentList.

Link copied to clipboard

The expected tool call sequence for trajectory evaluation.

Link copied to clipboard

A list of per-turn ground truth data, each containing an input prompt and expected response.

Functions

Link copied to clipboard
inline fun copy(block: InlineGroundTruth.Builder.() -> Unit = {}): InlineGroundTruth
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String