1 instantiation of HostedCodeInterpreterTool
Microsoft.Extensions.AI.Abstractions.Tests (1)
HostedCodeInterpreterToolTests.cs (1)
13var tool = new HostedCodeInterpreterTool();
5 references to HostedCodeInterpreterTool
Microsoft.Extensions.AI.Abstractions (1)
HostedCodeInterpreterTool.cs (1)
13/// <summary>Initializes a new instance of the <see cref="HostedCodeInterpreterTool"/> class.</summary>
Microsoft.Extensions.AI.Abstractions.Tests (3)
HostedCodeInterpreterToolTests.cs (3)
13var tool = new HostedCodeInterpreterTool(); 14Assert.Equal(nameof(HostedCodeInterpreterTool), tool.Name); 17Assert.Equal(nameof(HostedCodeInterpreterTool), tool.ToString());
Microsoft.Extensions.AI.OpenAI (1)
OpenAIAssistantClient.cs (1)
233case HostedCodeInterpreterTool: