2 instantiations of HostedFileSearchTool
Microsoft.Extensions.AI.Abstractions.Tests (2)
Tools\HostedFileSearchToolTests.cs (2)
13
var tool = new
HostedFileSearchTool
();
25
var tool = new
HostedFileSearchTool
8 references to HostedFileSearchTool
Microsoft.Extensions.AI.Abstractions (1)
Tools\HostedFileSearchTool.cs (1)
15
/// <summary>Initializes a new instance of the <see cref="
HostedFileSearchTool
"/> class.</summary>
Microsoft.Extensions.AI.Abstractions.Tests (4)
Tools\HostedFileSearchToolTests.cs (4)
13
var
tool = new HostedFileSearchTool();
14
Assert.Equal(nameof(
HostedFileSearchTool
), tool.Name);
19
Assert.Equal(nameof(
HostedFileSearchTool
), tool.ToString());
25
var
tool = new HostedFileSearchTool
Microsoft.Extensions.AI.OpenAI (3)
MicrosoftExtensionsAIResponsesExtensions.cs (1)
125
/// <see cref="
HostedFileSearchTool
"/>, those types should be preferred instead of this method, as they are more portable,
OpenAIAssistantsChatClient.cs (1)
364
case
HostedFileSearchTool
fileSearchTool:
OpenAIResponsesChatClient.cs (1)
455
case
HostedFileSearchTool
fileSearchTool: