1 instantiation of GroundednessProEvaluator
Microsoft.Extensions.AI.Evaluation.Integration.Tests (1)
SafetyEvaluatorTests.cs (1)
67IEvaluator groundednessProEvaluator = new GroundednessProEvaluator();
8 references to GroundednessProEvaluator
Microsoft.Extensions.AI.Evaluation.Integration.Tests (2)
SafetyEvaluatorTests.cs (2)
170Assert.True(result.TryGet(GroundednessProEvaluator.GroundednessProMetricName, out NumericMetric? groundednessPro)); 245Assert.True(result.TryGet(GroundednessProEvaluator.GroundednessProMetricName, out NumericMetric? groundednessPro));
Microsoft.Extensions.AI.Evaluation.Safety (6)
GroundednessProEvaluator.cs (3)
19/// The <see cref="GroundednessProEvaluator"/> measures the degree to which the response being evaluated is grounded in 25/// Note that <see cref="GroundednessProEvaluator"/> does not support evaluation of multimodal content present in the 27/// note that if a multi-turn conversation is supplied as input, <see cref="GroundednessProEvaluator"/> will only
GroundednessProEvaluatorContext.cs (3)
12/// Contextual information that the <see cref="GroundednessProEvaluator"/> uses to evaluate the groundedness of a 19/// <see cref="GroundednessProEvaluator"/> measures the degree to which the response being evaluated is grounded in the 35/// The <see cref="GroundednessProEvaluator"/> measures the degree to which the response being evaluated is grounded