HostedCodeInterpreterTool Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.