RubricCriterion.AlwaysApplicable 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.
When true, the LLM judge always scores this criterion regardless of relevance (skips applicability assessment). The service-generated general quality/policy criterion has this set to true and is non-editable. Users may set this on their own custom criteria.
public bool? AlwaysApplicable { get; set; }
member this.AlwaysApplicable : Nullable<bool> with get, set
Public Property AlwaysApplicable As Nullable(Of Boolean)