Freigeben über


HostedFileSearchTool Constructors

Definition

Overloads

Name Description
HostedFileSearchTool()

Initializes a new instance of the HostedFileSearchTool class.

HostedFileSearchTool(IReadOnlyDictionary<String,Object>)

Initializes a new instance of the HostedFileSearchTool class.

HostedFileSearchTool()

Source:
HostedFileSearchTool.cs

Initializes a new instance of the HostedFileSearchTool class.

public:
 HostedFileSearchTool();
public HostedFileSearchTool();
Public Sub New ()

Applies to

HostedFileSearchTool(IReadOnlyDictionary<String,Object>)

Source:
HostedFileSearchTool.cs

Initializes a new instance of the HostedFileSearchTool class.

public:
 HostedFileSearchTool(System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::Object ^> ^ additionalProperties);
public HostedFileSearchTool(System.Collections.Generic.IReadOnlyDictionary<string,object?>? additionalProperties);
new Microsoft.Extensions.AI.HostedFileSearchTool : System.Collections.Generic.IReadOnlyDictionary<string, obj> -> Microsoft.Extensions.AI.HostedFileSearchTool
Public Sub New (additionalProperties As IReadOnlyDictionary(Of String, Object))

Parameters

additionalProperties
IReadOnlyDictionary<String,Object>

Any additional properties associated with the tool.

Applies to