7 references to TruthMetricName
Microsoft.Extensions.AI.Evaluation.Integration.Tests (2)
QualityEvaluatorTests.cs (2)
106Assert.True(result.TryGet(RelevanceTruthAndCompletenessEvaluator.TruthMetricName, out NumericMetric? _)); 145Assert.True(result.TryGet(RelevanceTruthAndCompletenessEvaluator.TruthMetricName, out NumericMetric? _));
Microsoft.Extensions.AI.Evaluation.Quality (5)
RelevanceTruthAndCompletenessEvaluator.cs (5)
68[RelevanceMetricName, TruthMetricName, CompletenessMetricName]; 89var truth = new NumericMetric(TruthMetricName); 305Failed to repair the following response from the model and parse scores for '{RelevanceMetricName}', '{TruthMetricName}' and '{CompletenessMetricName}'.: 320Failed to repair the following response from the model and parse scores for '{RelevanceMetricName}', '{TruthMetricName}' and '{CompletenessMetricName}'.: 350NumericMetric truth = result.Get<NumericMetric>(TruthMetricName);