ComputerCallOutputItemParam(String, ComputerScreenshotImage) Constructor

Definition

Initializes a new instance of ComputerCallOutputItemParam.

public ComputerCallOutputItemParam(string callId, Azure.AI.AgentServer.Responses.Models.ComputerScreenshotImage output);
new Azure.AI.AgentServer.Responses.Models.ComputerCallOutputItemParam : string * Azure.AI.AgentServer.Responses.Models.ComputerScreenshotImage -> Azure.AI.AgentServer.Responses.Models.ComputerCallOutputItemParam
Public Sub New (callId As String, output As ComputerScreenshotImage)

Parameters

callId
String

The ID of the computer tool call that produced the output.

Exceptions

callId or output is null.

Applies to