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