AIJudgeLoopEvaluatorOptions.FeedbackMessageTemplate Property

Definition

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.

public string? FeedbackMessageTemplate { get; set; }
member this.FeedbackMessageTemplate : string with get, set
Public Property FeedbackMessageTemplate As String

Property Value

Remarks

Any occurrence of GapAnalysisPlaceholder in the template is replaced with the judge's gap analysis (or a placeholder when none is available).

Applies to