1 reference to MaxValue
Microsoft.Extensions.AI.Evaluation.Quality (1)
IntentResolutionRating.cs (1)
55
public bool IsInconclusive => ResolutionScore < MinValue || ResolutionScore >
MaxValue
;