18 references to HostedCodeInterpreterTool
Microsoft.Extensions.AI.Abstractions.Tests (2)
Tools\HostedCodeInterpreterToolTests.cs (2)
14var tool = new HostedCodeInterpreterTool(); 43var tool = new HostedCodeInterpreterTool
Microsoft.Extensions.AI.OpenAI.Tests (13)
OpenAIAssistantChatClientIntegrationTests.cs (1)
57Tools = [new HostedCodeInterpreterTool()],
OpenAIConversionTests.cs (2)
339var codeTool = new HostedCodeInterpreterTool(); 353var codeTool = new HostedCodeInterpreterTool
OpenAIHostedFileClientIntegrationTests.cs (4)
279new ChatOptions { Tools = [new HostedCodeInterpreterTool()] }); 349new ChatOptions { Tools = [new HostedCodeInterpreterTool()] }); 398new ChatOptions { Tools = [new HostedCodeInterpreterTool()] }); 429Tools = [new HostedCodeInterpreterTool()],
OpenAIResponseClientIntegrationTests.cs (2)
40Tools = [new HostedCodeInterpreterTool()], 937var codeTool = new HostedCodeInterpreterTool();
OpenAIResponseClientTests.cs (4)
3386Tools = [new HostedCodeInterpreterTool()], 3606Tools = [new HostedCodeInterpreterTool()], 3694Tools = [new HostedCodeInterpreterTool()], 8285var codeTool = new HostedCodeInterpreterTool();
Microsoft.Extensions.AI.Stabilization.Tests (2)
parent\Microsoft.Extensions.AI.Abstractions.Tests\Tools\HostedCodeInterpreterToolTests.cs (2)
14var tool = new HostedCodeInterpreterTool(); 43var tool = new HostedCodeInterpreterTool
Microsoft.Extensions.AI.Tests (1)
ChatCompletion\OpenTelemetryChatClientTests.cs (1)
145new HostedCodeInterpreterTool(),