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