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