HostedFileSearchTool Konstruktoren

Definition

Initialisiert eine neue Instanz der HostedFileSearchTool-Klasse.

Überlädt

Name Beschreibung
HostedFileSearchTool()

Initialisiert eine neue Instanz der HostedFileSearchTool-Klasse.

HostedFileSearchTool(IReadOnlyDictionary<String,Object>)

Initialisiert eine neue Instanz der HostedFileSearchTool-Klasse.

HostedFileSearchTool()

Quelle:
HostedFileSearchTool.cs

Initialisiert eine neue Instanz der HostedFileSearchTool-Klasse.

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

Gilt für:

HostedFileSearchTool(IReadOnlyDictionary<String,Object>)

Quelle:
HostedFileSearchTool.cs

Initialisiert eine neue Instanz der HostedFileSearchTool-Klasse.

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))

Parameter

additionalProperties
IReadOnlyDictionary<String,Object>

Alle zusätzlichen Eigenschaften, die dem Tool zugeordnet sind.

Gilt für: