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