Share via


ComputerToolCallOutputItemOutput Constructors

Definition

Overloads

ComputerToolCallOutputItemOutput()

Source:
ComputerToolCallOutputItemOutput.cs

Initializes a new instance of ComputerToolCallOutputItemOutput.

protected ComputerToolCallOutputItemOutput();
Protected Sub New ()

Applies to

ComputerToolCallOutputItemOutput(ComputerToolCallOutputItemOutputType, IDictionary<String,BinaryData>)

Source:
ComputerToolCallOutputItemOutput.cs

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.

Applies to