5 instantiations of HostedCodeInterpreterTool
Microsoft.Extensions.AI.Abstractions.Tests (2)
Tools\HostedCodeInterpreterToolTests.cs (2)
13var tool = new HostedCodeInterpreterTool(); 24var tool = new HostedCodeInterpreterTool
Microsoft.Extensions.AI.OpenAI.Tests (2)
OpenAIAssistantChatClientIntegrationTests.cs (1)
56Tools = [new HostedCodeInterpreterTool()],
OpenAIResponseClientIntegrationTests.cs (1)
32Tools = [new HostedCodeInterpreterTool()],
Microsoft.Extensions.AI.Tests (1)
ChatCompletion\OpenTelemetryChatClientTests.cs (1)
138new HostedCodeInterpreterTool(),
5 references to HostedCodeInterpreterTool
Microsoft.Extensions.AI.Abstractions (1)
Tools\HostedCodeInterpreterTool.cs (1)
15/// <summary>Initializes a new instance of the <see cref="HostedCodeInterpreterTool"/> class.</summary>
Microsoft.Extensions.AI.Abstractions.Tests (2)
Tools\HostedCodeInterpreterToolTests.cs (2)
13var tool = new HostedCodeInterpreterTool(); 24var tool = new HostedCodeInterpreterTool
Microsoft.Extensions.AI.OpenAI (2)
OpenAIAssistantsChatClient.cs (1)
335case HostedCodeInterpreterTool codeInterpreterTool:
OpenAIResponsesChatClient.cs (1)
528case HostedCodeInterpreterTool codeTool: