11 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 (6)
OpenAIAssistantChatClientIntegrationTests.cs (1)
56Tools = [new HostedCodeInterpreterTool()],
OpenAIConversionTests.cs (2)
235var codeTool = new HostedCodeInterpreterTool(); 249var codeTool = new HostedCodeInterpreterTool
OpenAIResponseClientIntegrationTests.cs (1)
32Tools = [new HostedCodeInterpreterTool()],
OpenAIResponseClientTests.cs (2)
2699Tools = [new HostedCodeInterpreterTool()], 2918Tools = [new HostedCodeInterpreterTool()],
Microsoft.Extensions.AI.Tests (1)
ChatCompletion\OpenTelemetryChatClientTests.cs (1)
138new HostedCodeInterpreterTool(),
10 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)
387case HostedCodeInterpreterTool codeInterpreterTool:
OpenAIResponsesChatClient.cs (1)
559case HostedCodeInterpreterTool codeTool:
Microsoft.Extensions.AI.OpenAI.Tests (2)
OpenAIConversionTests.cs (2)
235var codeTool = new HostedCodeInterpreterTool(); 249var codeTool = new HostedCodeInterpreterTool