EvaluatorVersion.SupportedEvaluationLevels Property

Definition

Evaluation levels this evaluator supports (e.g., turn, conversation). When omitted on create, the service defaults to ["turn"]. On update, omitting this field leaves it unchanged; an empty list is rejected. Custom code-based evaluators support only turn; custom prompt-based evaluators support exactly one level (turn or conversation).

public System.Collections.Generic.IList<Azure.AI.Projects.Evaluation.ProjectsEvaluationLevel> SupportedEvaluationLevels { get; }
member this.SupportedEvaluationLevels : System.Collections.Generic.IList<Azure.AI.Projects.Evaluation.ProjectsEvaluationLevel>
Public ReadOnly Property SupportedEvaluationLevels As IList(Of ProjectsEvaluationLevel)

Property Value

Applies to