17 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 (12)
OpenAIConversionTests.cs (2)
338var codeTool = new HostedCodeInterpreterTool(); 352var 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()], 8330var codeTool = new HostedCodeInterpreterTool();
Microsoft.Extensions.AI.Stabilization.Tests (2)
test\Libraries\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(),