4 references to HostedCodeInterpreterTool
Microsoft.Extensions.AI.Abstractions.Tests (2)
Tools\HostedCodeInterpreterToolTests.cs (2)
13var tool = new HostedCodeInterpreterTool(); 24var tool = new HostedCodeInterpreterTool
Microsoft.Extensions.AI.OpenAI.Tests (2)
OpenAIAssistantChatClientIntegrationTests.cs (1)
56Tools = [new HostedCodeInterpreterTool()],
OpenAIResponseClientIntegrationTests.cs (1)
31Tools = [new HostedCodeInterpreterTool()],