Skip to content

@gettoor/core v0.1.0


@gettoor/core / EvaluatorScalarInput

Interface: EvaluatorScalarInput

Input for the scalar evaluator.

Properties

evalPrompt?

optional evalPrompt?: string

The prompt to use for the evaluation.


modelName

modelName: string

Model name to use for the evaluation.


modelParameters?

optional modelParameters?: ModelParameters

Model parameters to use for the evaluation.


modelProvider?

optional modelProvider?: ModelProvider

Model provider to use for the evaluation.


scoringScale

scoringScale: ScalarScoringScale

The scoring scale to use for the evaluation.