CodeInterpreterToolAuto 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 |
|---|---|
| CodeInterpreterToolAuto() |
Initializes a new instance of CodeInterpreterToolAuto. |
| CodeInterpreterToolAuto(CodeInterpreterToolAutoType, IList<String>, IDictionary<String,BinaryData>) |
Initializes a new instance of CodeInterpreterToolAuto. |
CodeInterpreterToolAuto()
- Source:
- CodeInterpreterToolAuto.cs
Initializes a new instance of CodeInterpreterToolAuto.
public CodeInterpreterToolAuto();
Public Sub New ()
Applies to
CodeInterpreterToolAuto(CodeInterpreterToolAutoType, IList<String>, IDictionary<String,BinaryData>)
- Source:
- CodeInterpreterToolAuto.cs
Initializes a new instance of CodeInterpreterToolAuto.
public CodeInterpreterToolAuto(Azure.AI.AgentServer.Contracts.Generated.OpenAI.CodeInterpreterToolAutoType type, System.Collections.Generic.IList<string> fileIds, System.Collections.Generic.IDictionary<string,BinaryData> serializedAdditionalRawData);
new Azure.AI.AgentServer.Contracts.Generated.OpenAI.CodeInterpreterToolAuto : Azure.AI.AgentServer.Contracts.Generated.OpenAI.CodeInterpreterToolAutoType * System.Collections.Generic.IList<string> * System.Collections.Generic.IDictionary<string, BinaryData> -> Azure.AI.AgentServer.Contracts.Generated.OpenAI.CodeInterpreterToolAuto
Public Sub New (type As CodeInterpreterToolAutoType, fileIds As IList(Of String), serializedAdditionalRawData As IDictionary(Of String, BinaryData))
Parameters
Always auto.
- serializedAdditionalRawData
- IDictionary<String,BinaryData>
Keeps track of any properties unknown to the library.