OpenResponsesEvaluatorModelConfig

The configuration for using models served through the OpenResponses API in evaluator assessments, including model selection and inference parameters.

Types

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

Properties

Link copied to clipboard

The maximum number of tokens to generate in the model response, including visible output and reasoning tokens.

Link copied to clipboard

The identifier of the model to use for evaluation.

Link copied to clipboard

The reasoning configuration for reasoning models. Non-reasoning models ignore this configuration.

Link copied to clipboard

The temperature value that controls randomness in the model's responses. Lower values produce more deterministic outputs.

Link copied to clipboard
val topP: Float?

The top-p sampling parameter that controls the diversity of the model's responses by limiting the cumulative probability of token choices.

Functions

Link copied to clipboard
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