1 instantiation of HostedCodeInterpreterTool
Microsoft.Extensions.AI.Abstractions.Tests (1)
HostedCodeInterpreterToolTests.cs (1)
13
var tool = new
HostedCodeInterpreterTool
();
4 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)
13
var
tool = new HostedCodeInterpreterTool();
14
Assert.Equal(nameof(
HostedCodeInterpreterTool
), tool.Name);
17
Assert.Equal(nameof(
HostedCodeInterpreterTool
), tool.ToString());