HostedCodeInterpreterTool Constructores

Definición

Sobrecargas

Nombre Description
HostedCodeInterpreterTool()

Inicializa una nueva instancia de la clase HostedCodeInterpreterTool.

HostedCodeInterpreterTool(IReadOnlyDictionary<String,Object>)

Inicializa una nueva instancia de la clase HostedCodeInterpreterTool.

HostedCodeInterpreterTool()

Source:
HostedCodeInterpreterTool.cs

Inicializa una nueva instancia de la clase HostedCodeInterpreterTool.

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

Se aplica a

HostedCodeInterpreterTool(IReadOnlyDictionary<String,Object>)

Source:
HostedCodeInterpreterTool.cs

Inicializa una nueva instancia de la clase 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))

Parámetros

additionalProperties
IReadOnlyDictionary<String,Object>

Cualquier propiedad adicional asociada a la herramienta.

Se aplica a