HostedCodeInterpreterTool Konstruktoren

Definition

Überlädt

Name Beschreibung
HostedCodeInterpreterTool()

Initialisiert eine neue Instanz der HostedCodeInterpreterTool-Klasse.

HostedCodeInterpreterTool(IReadOnlyDictionary<String,Object>)

Initialisiert eine neue Instanz der HostedCodeInterpreterTool-Klasse.

HostedCodeInterpreterTool()

Quelle:
HostedCodeInterpreterTool.cs

Initialisiert eine neue Instanz der HostedCodeInterpreterTool-Klasse.

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

Gilt für:

HostedCodeInterpreterTool(IReadOnlyDictionary<String,Object>)

Quelle:
HostedCodeInterpreterTool.cs

Initialisiert eine neue Instanz der HostedCodeInterpreterTool-Klasse.

public:
 HostedCodeInterpreterTool(System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::Object ^> ^ additionalProperties);
public HostedCodeInterpreterTool(System.Collections.Generic.IReadOnlyDictionary<string,object?>? additionalProperties);
new Microsoft.Extensions.AI.HostedCodeInterpreterTool : System.Collections.Generic.IReadOnlyDictionary<string, obj> -> Microsoft.Extensions.AI.HostedCodeInterpreterTool
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: