22 instantiations of HostedCodeInterpreterTool
Microsoft.Extensions.AI.Abstractions.Tests (4)
Tools\HostedCodeInterpreterToolTests.cs (4)
14var tool = new HostedCodeInterpreterTool(); 26var tool = new HostedCodeInterpreterTool(props); 35var tool = new HostedCodeInterpreterTool(null); 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 (4)
parent\Microsoft.Extensions.AI.Abstractions.Tests\Tools\HostedCodeInterpreterToolTests.cs (4)
14var tool = new HostedCodeInterpreterTool(); 26var tool = new HostedCodeInterpreterTool(props); 35var tool = new HostedCodeInterpreterTool(null); 43var tool = new HostedCodeInterpreterTool
Microsoft.Extensions.AI.Tests (1)
ChatCompletion\OpenTelemetryChatClientTests.cs (1)
145new HostedCodeInterpreterTool(),
16 references to HostedCodeInterpreterTool
Microsoft.Extensions.AI.Abstractions (2)
Tools\HostedCodeInterpreterTool.cs (2)
18/// <summary>Initializes a new instance of the <see cref="HostedCodeInterpreterTool"/> class.</summary> 23/// <summary>Initializes a new instance of the <see cref="HostedCodeInterpreterTool"/> class.</summary>
Microsoft.Extensions.AI.Abstractions.Tests (4)
Tools\HostedCodeInterpreterToolTests.cs (4)
14var tool = new HostedCodeInterpreterTool(); 26var tool = new HostedCodeInterpreterTool(props); 35var tool = new HostedCodeInterpreterTool(null); 43var tool = new HostedCodeInterpreterTool
Microsoft.Extensions.AI.OpenAI (2)
OpenAIAssistantsChatClient.cs (1)
388case HostedCodeInterpreterTool codeInterpreterTool:
OpenAIResponsesChatClient.cs (1)
761case HostedCodeInterpreterTool codeTool:
Microsoft.Extensions.AI.OpenAI.Tests (4)
OpenAIConversionTests.cs (2)
339var codeTool = new HostedCodeInterpreterTool(); 353var codeTool = new HostedCodeInterpreterTool
OpenAIResponseClientIntegrationTests.cs (1)
937var codeTool = new HostedCodeInterpreterTool();
OpenAIResponseClientTests.cs (1)
8285var codeTool = new HostedCodeInterpreterTool();
Microsoft.Extensions.AI.Stabilization.Tests (4)
parent\Microsoft.Extensions.AI.Abstractions.Tests\Tools\HostedCodeInterpreterToolTests.cs (4)
14var tool = new HostedCodeInterpreterTool(); 26var tool = new HostedCodeInterpreterTool(props); 35var tool = new HostedCodeInterpreterTool(null); 43var tool = new HostedCodeInterpreterTool