AIJudgeLoopEvaluatorOptions Class

Definition

Provides configuration options for AIJudgeLoopEvaluator.

public sealed class AIJudgeLoopEvaluatorOptions
type AIJudgeLoopEvaluatorOptions = class
Public NotInheritable Class AIJudgeLoopEvaluatorOptions
Inheritance
AIJudgeLoopEvaluatorOptions

Constructors

Name Description
AIJudgeLoopEvaluatorOptions()

Properties

Name Description
Criteria

Gets or sets an optional list of additional criteria the agent's response must satisfy, evaluated by the judge alongside the original request.

FeedbackMessageTemplate

Gets or sets the template used to build the feedback produced when the judge decides the original request was not fully addressed, or null to use DefaultFeedbackMessageTemplate.

Instructions

Gets or sets the system instructions used to prompt the judge, or null to use DefaultInstructions.

Applies to