HostedCodeInterpreterTool Construtores
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
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.