AIJudgeLoopEvaluatorOptions.Criteria Property

Definition

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

public System.Collections.Generic.IEnumerable<string>? Criteria { get; set; }
member this.Criteria : seq<string> with get, set
Public Property Criteria As IEnumerable(Of String)

Property Value

Remarks

When supplied, the criteria are rendered into the judge instructions wherever CriteriaPlaceholder appears (including in DefaultInstructions). When null or empty, the placeholder is removed and no criteria are added.

Applies to