Język

HostedCodeInterpreterTool Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy HostedCodeInterpreterTool.

Przeciążenia

HostedCodeInterpreterTool()

Źródło:
HostedCodeInterpreterTool.cs

Inicjuje nowe wystąpienie klasy HostedCodeInterpreterTool.

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

Dotyczy

HostedCodeInterpreterTool(IReadOnlyDictionary<String,Object>)

Źródło:
HostedCodeInterpreterTool.cs

Inicjuje nowe wystąpienie klasy HostedCodeInterpreterTool.

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

Parametry

additionalProperties
IReadOnlyDictionary<String,Object>

Wszelkie dodatkowe właściwości skojarzone z narzędziem.

Dotyczy