ComputerToolOutput(ComputerScreenshot) Constructor
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.
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.