2 writes to CorrectIntentDetected
Microsoft.Extensions.AI.Evaluation.Quality (2)
Generated\361d1da7f942c932\SerializerContext.IntentResolutionRating.g.cs (1)
170Setter = static (obj, value) => ((global::Microsoft.Extensions.AI.Evaluation.Quality.IntentResolutionRating)obj).CorrectIntentDetected = value!,
IntentResolutionRating.cs (1)
72CorrectIntentDetected = correctIntentDetected;
3 references to CorrectIntentDetected
Microsoft.Extensions.AI.Evaluation.Quality (3)
Generated\361d1da7f942c932\SerializerContext.IntentResolutionRating.g.cs (2)
169Getter = static obj => ((global::Microsoft.Extensions.AI.Evaluation.Quality.IntentResolutionRating)obj).CorrectIntentDetected, 244writer.WriteBoolean(PropName_correct_intent_detected, ((global::Microsoft.Extensions.AI.Evaluation.Quality.IntentResolutionRating)value).CorrectIntentDetected);
IntentResolutionEvaluator.cs (1)
402metric.AddOrUpdateMetadata("correct_intent_detected", rating.CorrectIntentDetected.ToString());