1 write to AgentPerceivedIntent
Microsoft.Extensions.AI.Evaluation.Quality (1)
IntentResolutionRating.cs (1)
71AgentPerceivedIntent = agentPerceivedIntent;
2 references to AgentPerceivedIntent
Microsoft.Extensions.AI.Evaluation.Quality (2)
IntentResolutionEvaluator.cs (2)
392if (!string.IsNullOrWhiteSpace(rating.AgentPerceivedIntent)) 394metric.AddOrUpdateMetadata("agent_perceived_intent", rating.AgentPerceivedIntent!);