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