8 references to IntentResolutionMetricName
Microsoft.Extensions.AI.Evaluation.Integration.Tests (4)
AgentQualityEvaluatorTests.cs (4)
104Assert.True(result.TryGet(IntentResolutionEvaluator.IntentResolutionMetricName, out NumericMetric? _)); 137Assert.True(result.TryGet(IntentResolutionEvaluator.IntentResolutionMetricName, out NumericMetric? _)); 161Assert.True(result.TryGet(IntentResolutionEvaluator.IntentResolutionMetricName, out NumericMetric? _)); 201Assert.True(result.TryGet(IntentResolutionEvaluator.IntentResolutionMetricName, out NumericMetric? _));
Microsoft.Extensions.AI.Evaluation.Quality (4)
IntentResolutionEvaluator.cs (4)
61public IReadOnlyCollection<string> EvaluationMetricNames { get; } = [IntentResolutionMetricName]; 85var metric = new NumericMetric(IntentResolutionMetricName); 360Failed to repair the following response from the model and parse the score for '{IntentResolutionMetricName}': 375Failed to repair the following response from the model and parse the score for '{IntentResolutionMetricName}':