12 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 (7)
OpenAIAssistantChatClientIntegrationTests.cs (1)
58Tools = [new HostedCodeInterpreterTool()],
OpenAIConversionTests.cs (2)
280var codeTool = new HostedCodeInterpreterTool(); 294var codeTool = new HostedCodeInterpreterTool
OpenAIResponseClientIntegrationTests.cs (1)
37Tools = [new HostedCodeInterpreterTool()],
OpenAIResponseClientTests.cs (3)
2891Tools = [new HostedCodeInterpreterTool()], 3111Tools = [new HostedCodeInterpreterTool()], 3199Tools = [new HostedCodeInterpreterTool()],
Microsoft.Extensions.AI.Tests (1)
ChatCompletion\OpenTelemetryChatClientTests.cs (1)
140new 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)
390case HostedCodeInterpreterTool codeInterpreterTool:
OpenAIResponsesChatClient.cs (1)
596case HostedCodeInterpreterTool codeTool:
Microsoft.Extensions.AI.OpenAI.Tests (2)
OpenAIConversionTests.cs (2)
280var codeTool = new HostedCodeInterpreterTool(); 294var codeTool = new HostedCodeInterpreterTool