4 references to _testFunction
Microsoft.Extensions.AI.OpenAI.Tests (4)
OpenAIAIFunctionConversionTests.cs (4)
27ChatTool tool = _testFunction.AsOpenAIChatTool(); 38ResponseTool tool = _testFunction.AsOpenAIResponseTool(); 46ConversationFunctionTool tool = _testFunction.AsOpenAIConversationFunctionTool(); 57FunctionToolDefinition tool = _testFunction.AsOpenAIAssistantsFunctionToolDefinition();