6 references to TryParseEvaluationResponseWithTags
Microsoft.Extensions.AI.Evaluation.Quality (6)
CoherenceEvaluator.cs (1)
99
_ = metric.
TryParseEvaluationResponseWithTags
(evaluationResponse, evaluationDuration);
CompletenessEvaluator.cs (1)
104
_ = metric.
TryParseEvaluationResponseWithTags
(evaluationResponse, evaluationDuration);
FluencyEvaluator.cs (1)
91
_ = metric.
TryParseEvaluationResponseWithTags
(evaluationResponse, evaluationDuration);
GroundednessEvaluator.cs (1)
105
_ = metric.
TryParseEvaluationResponseWithTags
(evaluationResponse, evaluationDuration);
RelevanceEvaluator.cs (1)
105
_ = metric.
TryParseEvaluationResponseWithTags
(evaluationResponse, evaluationDuration);
RetrievalEvaluator.cs (1)
112
_ = metric.
TryParseEvaluationResponseWithTags
(evaluationResponse, evaluationDuration);