你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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