4 references to _testFunction
Microsoft.Extensions.AI.OpenAI.Tests (4)
OpenAIConversionTests.cs (4)
100var tool = _testFunction.AsOpenAIChatTool(); 183var tool = _testFunction.AsOpenAIResponseTool(); 191var tool = MicrosoftExtensionsAIResponsesExtensions.AsOpenAIResponseTool(tool: _testFunction); 694var tool = _testFunction.AsOpenAIRealtimeFunctionTool();