OpenResponsesEvaluatorModelConfig
The configuration for using models served through the OpenResponses API in evaluator assessments, including model selection and inference parameters.
Types
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 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.
Functions
Link copied to clipboard
inline fun copy(block: OpenResponsesEvaluatorModelConfig.Builder.() -> Unit = {}): OpenResponsesEvaluatorModelConfig