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