The key associated with the evaluation result.
Optional
comment?: stringA comment associated with the evaluation result.
Optional
correction?: Record<string, unknown>A correction record associated with the evaluation result.
Optional
evaluatorInfo?: Record<string, unknown>Information about the evaluator.
Optional
feedbackConfig?: FeedbackConfigThe feedback config associated with the evaluation result. If set, this will be used to define how a feedback key should be interpreted.
Optional
score?: ScoreTypeThe score of the evaluation result.
Optional
sourceRunId?: stringThe source run ID of the evaluation result. If set, a link to the source run will be available in the UI.
Optional
targetRunId?: stringThe target run ID of the evaluation result. If this is not set, the target run ID is assumed to be the root of the trace.
Optional
value?: ValueTypeThe value of the evaluation result.
Represents the result of an evaluation.