2 writes to AgentPerceivedIntent
Microsoft.Extensions.AI.Evaluation.Quality (2)
Generated\361d1da7f942c932\SerializerContext.IntentResolutionRating.g.cs (1)
103Setter = static (obj, value) => ((global::Microsoft.Extensions.AI.Evaluation.Quality.IntentResolutionRating)obj).AgentPerceivedIntent = value!,
IntentResolutionRating.cs (1)
69AgentPerceivedIntent = agentPerceivedIntent;
4 references to AgentPerceivedIntent
Microsoft.Extensions.AI.Evaluation.Quality (4)
Generated\361d1da7f942c932\SerializerContext.IntentResolutionRating.g.cs (2)
102Getter = static obj => ((global::Microsoft.Extensions.AI.Evaluation.Quality.IntentResolutionRating)obj).AgentPerceivedIntent, 241writer.WriteString(PropName_agent_perceived_intent, ((global::Microsoft.Extensions.AI.Evaluation.Quality.IntentResolutionRating)value).AgentPerceivedIntent);
IntentResolutionEvaluator.cs (2)
391if (!string.IsNullOrWhiteSpace(rating.AgentPerceivedIntent)) 393metric.AddOrUpdateMetadata("agent_perceived_intent", rating.AgentPerceivedIntent!);