HostedCodeInterpreterTool Construtores

Definição

Inicializa uma nova instância da HostedCodeInterpreterTool classe.

Sobrecargas

Name Descrição
HostedCodeInterpreterTool()

Inicializa uma nova instância da HostedCodeInterpreterTool classe.

HostedCodeInterpreterTool(IReadOnlyDictionary<String,Object>)

Inicializa uma nova instância da HostedCodeInterpreterTool classe.

HostedCodeInterpreterTool()

Origem:
HostedCodeInterpreterTool.cs

Inicializa uma nova instância da HostedCodeInterpreterTool classe.

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

Aplica-se a

HostedCodeInterpreterTool(IReadOnlyDictionary<String,Object>)

Origem:
HostedCodeInterpreterTool.cs

Inicializa uma nova instância da HostedCodeInterpreterTool classe.

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

Parâmetros

additionalProperties
IReadOnlyDictionary<String,Object>

Quaisquer propriedades adicionais associadas à ferramenta.

Aplica-se a