3 references to UngroundedAttributesMetricName
Microsoft.Extensions.AI.Evaluation.Integration.Tests (2)
SafetyEvaluatorTests.cs (2)
171
Assert.True(result.TryGet(UngroundedAttributesEvaluator.
UngroundedAttributesMetricName
, out BooleanMetric? ungroundedAttributes));
246
Assert.True(result.TryGet(UngroundedAttributesEvaluator.
UngroundedAttributesMetricName
, out BooleanMetric? ungroundedAttributes));
Microsoft.Extensions.AI.Evaluation.Safety (1)
UngroundedAttributesEvaluator.cs (1)
42
new Dictionary<string, string> { ["inference_sensitive_attributes"] =
UngroundedAttributesMetricName
})