2 instantiations of IntentResolutionEvaluatorContext
Microsoft.Extensions.AI.Evaluation.Integration.Tests (2)
AgentQualityEvaluatorTests.cs (2)
123new IntentResolutionEvaluatorContext(toolDefinitions: _chatOptionsWithTools.Tools!); 183new IntentResolutionEvaluatorContext(toolDefinitions: _chatOptionsWithTools.Tools!);
14 references to IntentResolutionEvaluatorContext
Microsoft.Extensions.AI.Evaluation.Integration.Tests (2)
AgentQualityEvaluatorTests.cs (2)
122var toolDefinitionsForIntentResolution = 182var toolDefinitionsForIntentResolutionEvaluator =
Microsoft.Extensions.AI.Evaluation.Quality (12)
IntentResolutionEvaluator.cs (9)
24/// <see cref="IntentResolutionEvaluatorContext.ToolDefinitions"/>. 29/// <see cref="IntentResolutionEvaluatorContext.ToolDefinitions"/> will be ignored. 106IntentResolutionEvaluatorContext? context = 107additionalContext?.OfType<IntentResolutionEvaluatorContext>().FirstOrDefault(); 113$"Supplied {nameof(IntentResolutionEvaluatorContext)} did not contain any {nameof(IntentResolutionEvaluatorContext.ToolDefinitions)}.")); 128$"The {nameof(modelResponse)} supplied for evaluation contained calls to tools that were not supplied via {nameof(IntentResolutionEvaluatorContext)}.")); 134$"The {nameof(modelResponse)} supplied for evaluation contained calls to tools that were not included in the supplied {nameof(IntentResolutionEvaluatorContext)}.")); 167IntentResolutionEvaluatorContext? context)
IntentResolutionEvaluatorContext.cs (3)
29/// Initializes a new instance of the <see cref="IntentResolutionEvaluatorContext"/> class. 48/// Initializes a new instance of the <see cref="IntentResolutionEvaluatorContext"/> class. 67/// <see cref="IntentResolutionEvaluatorContext"/>.