AIJudgeLoopEvaluatorOptions.Criteria Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.