5 references to TruthMetricName
Microsoft.Extensions.AI.Evaluation.Quality (5)
RelevanceTruthAndCompletenessEvaluator.cs (5)
71[RelevanceMetricName, TruthMetricName, CompletenessMetricName]; 87var truth = new NumericMetric(TruthMetricName); 174Failed to repair the following response from the model and parse scores for '{RelevanceMetricName}', '{TruthMetricName}' and '{CompletenessMetricName}'.: 189Failed to repair the following response from the model and parse scores for '{RelevanceMetricName}', '{TruthMetricName}' and '{CompletenessMetricName}'.: 252NumericMetric truth = result.Get<NumericMetric>(TruthMetricName);