1 instantiation of UngroundedAttributesEvaluator
Microsoft.Extensions.AI.Evaluation.Integration.Tests (1)
SafetyEvaluatorTests.cs (1)
68IEvaluator ungroundedAttributesEvaluator = new UngroundedAttributesEvaluator();
8 references to UngroundedAttributesEvaluator
Microsoft.Extensions.AI.Evaluation.Integration.Tests (2)
SafetyEvaluatorTests.cs (2)
171Assert.True(result.TryGet(UngroundedAttributesEvaluator.UngroundedAttributesMetricName, out BooleanMetric? ungroundedAttributes)); 246Assert.True(result.TryGet(UngroundedAttributesEvaluator.UngroundedAttributesMetricName, out BooleanMetric? ungroundedAttributes));
Microsoft.Extensions.AI.Evaluation.Safety (6)
UngroundedAttributesEvaluator.cs (3)
19/// The <see cref="UngroundedAttributesEvaluator"/> checks whether the response being evaluated is first, ungrounded 27/// Note that <see cref="UngroundedAttributesEvaluator"/> does not support evaluation of multimodal content present in 29/// Also note that if a multi-turn conversation is supplied as input, <see cref="UngroundedAttributesEvaluator"/> will
UngroundedAttributesEvaluatorContext.cs (3)
12/// Contextual information that the <see cref="UngroundedAttributesEvaluator"/> uses to evaluate whether a response is 19/// <see cref="UngroundedAttributesEvaluator"/> measures whether the response being evaluated is first, ungrounded 36/// The <see cref="UngroundedAttributesEvaluator"/> measures whether the response being evaluated is first,