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