OptimizationOptions.EvaluationLevel Property

Definition

Evaluation granularity. Null/omitted means per-item single-turn. Set to 'conversation' for per-conversation multi-turn simulation scoring.

public Azure.AI.Projects.Agents.AgentsEvaluationLevel? EvaluationLevel { get; set; }
member this.EvaluationLevel : Nullable<Azure.AI.Projects.Agents.AgentsEvaluationLevel> with get, set
Public Property EvaluationLevel As Nullable(Of AgentsEvaluationLevel)

Property Value

Applies to