HostedCodeInterpreterTool Costruttori

Definizione

Overload

Nome Descrizione
HostedCodeInterpreterTool()

Inizializza una nuova istanza della classe HostedCodeInterpreterTool.

HostedCodeInterpreterTool(IReadOnlyDictionary<String,Object>)

Inizializza una nuova istanza della classe HostedCodeInterpreterTool.

HostedCodeInterpreterTool()

Origine:
HostedCodeInterpreterTool.cs

Inizializza una nuova istanza della classe HostedCodeInterpreterTool.

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

Si applica a

HostedCodeInterpreterTool(IReadOnlyDictionary<String,Object>)

Origine:
HostedCodeInterpreterTool.cs

Inizializza una nuova istanza della classe 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))

Parametri

additionalProperties
IReadOnlyDictionary<String,Object>

Eventuali proprietà aggiuntive associate allo strumento.

Si applica a