HostedCodeInterpreterTool Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma nova instância da classe HostedCodeInterpreterTool.
Sobrecargas
| Nome | Description |
|---|---|
| HostedCodeInterpreterTool() |
Inicializa uma nova instância da classe HostedCodeInterpreterTool. |
| HostedCodeInterpreterTool(IReadOnlyDictionary<String,Object>) |
Inicializa uma nova instância da classe HostedCodeInterpreterTool. |
HostedCodeInterpreterTool()
- Origem:
- HostedCodeInterpreterTool.cs
Inicializa uma nova instância da classe HostedCodeInterpreterTool.
public:
HostedCodeInterpreterTool();
public HostedCodeInterpreterTool();
Public Sub New ()
Aplica-se a
HostedCodeInterpreterTool(IReadOnlyDictionary<String,Object>)
- Origem:
- HostedCodeInterpreterTool.cs
Inicializa uma nova instância da 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))
Parâmetros
- additionalProperties
- IReadOnlyDictionary<String,Object>
Quaisquer propriedades adicionais associadas à ferramenta.