3 references to Rating
Microsoft.Extensions.AI.Evaluation (1)
EvaluationMetricInterpretation.cs (1)
49
/// <see cref="
Rating
"/> and / or <see cref="Failed"/>.
Microsoft.Extensions.AI.Evaluation.Reporting.Tests (2)
ScenarioRunResultTests.cs (2)
320
=> x?.
Rating
== y?.
Rating
&& x?.Failed == y?.Failed && x?.Reason == y?.Reason;