Partilhar via


HostedCodeInterpreterTool Constructors

Definition

Overloads

Name Description
HostedCodeInterpreterTool()

Initializes a new instance of the HostedCodeInterpreterTool class.

HostedCodeInterpreterTool(IReadOnlyDictionary<String,Object>)

Initializes a new instance of the HostedCodeInterpreterTool class.

HostedCodeInterpreterTool()

Source:
HostedCodeInterpreterTool.cs

Initializes a new instance of the HostedCodeInterpreterTool class.

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

Applies to

HostedCodeInterpreterTool(IReadOnlyDictionary<String,Object>)

Source:
HostedCodeInterpreterTool.cs

Initializes a new instance of the HostedCodeInterpreterTool class.

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

Parameters

additionalProperties
IReadOnlyDictionary<String,Object>

Any additional properties associated with the tool.

Applies to