1 write to ResolutionScore
Microsoft.Extensions.AI.Evaluation.Quality (1)
IntentResolutionRating.cs (1)
69ResolutionScore = resolutionScore;
3 references to ResolutionScore
Microsoft.Extensions.AI.Evaluation.Quality (3)
IntentResolutionEvaluator.cs (1)
388metric.Value = rating.ResolutionScore;
IntentResolutionRating.cs (2)
55public bool IsInconclusive => ResolutionScore < MinValue || ResolutionScore > MaxValue;