2 writes to ResolutionScore
Microsoft.Extensions.AI.Evaluation.Quality (2)
Generated\361d1da7f942c932\SerializerContext.IntentResolutionRating.g.cs (1)
59Setter = static (obj, value) => ((global::Microsoft.Extensions.AI.Evaluation.Quality.IntentResolutionRating)obj).ResolutionScore = value!,
IntentResolutionRating.cs (1)
67ResolutionScore = resolutionScore;
5 references to ResolutionScore
Microsoft.Extensions.AI.Evaluation.Quality (5)
Generated\361d1da7f942c932\SerializerContext.IntentResolutionRating.g.cs (2)
58Getter = static obj => ((global::Microsoft.Extensions.AI.Evaluation.Quality.IntentResolutionRating)obj).ResolutionScore, 239writer.WriteNumber(PropName_resolution_score, ((global::Microsoft.Extensions.AI.Evaluation.Quality.IntentResolutionRating)value).ResolutionScore);
IntentResolutionEvaluator.cs (1)
387metric.Value = rating.ResolutionScore;
IntentResolutionRating.cs (2)
55public bool IsInconclusive => ResolutionScore < MinValue || ResolutionScore > MaxValue;