8 references to TryParseEvaluationResponseWithTags
Microsoft.Extensions.AI.Evaluation.Quality (8)
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)
104
_ = metric.
TryParseEvaluationResponseWithTags
(evaluationResponse, evaluationDuration);
RetrievalEvaluator.cs (1)
120
_ = metric.
TryParseEvaluationResponseWithTags
(evaluationResponse, evaluationDuration);
TaskAdherenceEvaluator.cs (1)
148
_ = metric.
TryParseEvaluationResponseWithTags
(evaluationResponse, evaluationDuration);
ToolCallAccuracyEvaluator.cs (1)
148
_ = metric.
TryParseEvaluationResponseWithTags
(evaluationResponse, evaluationDuration);