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