Share via


ComputerToolOutput(ComputerScreenshot) Constructor

Definition

Initializes a new instance of ComputerToolOutput.

public ComputerToolOutput(Azure.AI.Agents.Persistent.ComputerScreenshot output);
new Azure.AI.Agents.Persistent.ComputerToolOutput : Azure.AI.Agents.Persistent.ComputerScreenshot -> Azure.AI.Agents.Persistent.ComputerToolOutput
Public Sub New (output As ComputerScreenshot)

Parameters

output
ComputerScreenshot

The output from the computer use tool.

Exceptions

output is null.

Applies to