8 references to TryParseEvaluationResponseWithTags
Microsoft.Extensions.AI.Evaluation.Quality (8)
CoherenceEvaluator.cs (1)
100
_ = metric.
TryParseEvaluationResponseWithTags
(evaluationResponse, evaluationDuration);
CompletenessEvaluator.cs (1)
105
_ = metric.
TryParseEvaluationResponseWithTags
(evaluationResponse, evaluationDuration);
FluencyEvaluator.cs (1)
92
_ = metric.
TryParseEvaluationResponseWithTags
(evaluationResponse, evaluationDuration);
GroundednessEvaluator.cs (1)
106
_ = metric.
TryParseEvaluationResponseWithTags
(evaluationResponse, evaluationDuration);
RelevanceEvaluator.cs (1)
105
_ = metric.
TryParseEvaluationResponseWithTags
(evaluationResponse, evaluationDuration);
RetrievalEvaluator.cs (1)
121
_ = metric.
TryParseEvaluationResponseWithTags
(evaluationResponse, evaluationDuration);
TaskAdherenceEvaluator.cs (1)
149
_ = metric.
TryParseEvaluationResponseWithTags
(evaluationResponse, evaluationDuration);
ToolCallAccuracyEvaluator.cs (1)
149
_ = metric.
TryParseEvaluationResponseWithTags
(evaluationResponse, evaluationDuration);