5 references to _testFunction
Microsoft.Extensions.AI.OpenAI.Tests (5)
OpenAIConversionTests.cs (5)
101var tool = _testFunction.AsOpenAIChatTool(); 184var tool = _testFunction.AsOpenAIResponseTool(); 192var tool = MicrosoftExtensionsAIResponsesExtensions.AsOpenAIResponseTool(tool: _testFunction); 683var tool = _testFunction.AsOpenAIRealtimeFunctionTool(); 694var tool = _testFunction.AsOpenAIAssistantsFunctionToolDefinition();