2 writes to IntentResolved
Microsoft.Extensions.AI.Evaluation.Quality (2)
Generated\361d1da7f942c932\SerializerContext.IntentResolutionRating.g.cs (1)
191Setter = static (obj, value) => ((global::Microsoft.Extensions.AI.Evaluation.Quality.IntentResolutionRating)obj).IntentResolved = value!,
IntentResolutionRating.cs (1)
73IntentResolved = intentResolved;
3 references to IntentResolved
Microsoft.Extensions.AI.Evaluation.Quality (3)
Generated\361d1da7f942c932\SerializerContext.IntentResolutionRating.g.cs (2)
190Getter = static obj => ((global::Microsoft.Extensions.AI.Evaluation.Quality.IntentResolutionRating)obj).IntentResolved, 245writer.WriteBoolean(PropName_intent_resolved, ((global::Microsoft.Extensions.AI.Evaluation.Quality.IntentResolutionRating)value).IntentResolved);
IntentResolutionEvaluator.cs (1)
403metric.AddOrUpdateMetadata("intent_resolved", rating.IntentResolved.ToString());