5 references to _testFunction
Microsoft.Extensions.AI.OpenAI.Tests (5)
OpenAIConversionTests.cs (5)
99
var tool =
_testFunction
.AsOpenAIChatTool();
110
var tool =
_testFunction
.AsOpenAIResponseTool();
118
var tool = MicrosoftExtensionsAIResponsesExtensions.AsOpenAIResponseTool(tool:
_testFunction
);
395
var tool =
_testFunction
.AsOpenAIConversationFunctionTool();
406
var tool =
_testFunction
.AsOpenAIAssistantsFunctionToolDefinition();