5 references to _testFunction
Microsoft.Extensions.AI.OpenAI.Tests (5)
OpenAIConversionTests.cs (5)
101
var tool =
_testFunction
.AsOpenAIChatTool();
155
var tool =
_testFunction
.AsOpenAIResponseTool();
163
var tool = MicrosoftExtensionsAIResponsesExtensions.AsOpenAIResponseTool(tool:
_testFunction
);
598
var tool =
_testFunction
.AsOpenAIConversationFunctionTool();
609
var tool =
_testFunction
.AsOpenAIAssistantsFunctionToolDefinition();