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

ComputerUseToolParameters(Int32, Int32, ComputerUseEnvironment) Constructor

Definition

Initializes a new instance of ComputerUseToolParameters.

public ComputerUseToolParameters(int displayWidth, int displayHeight, Azure.AI.Agents.Persistent.ComputerUseEnvironment environment);
new Azure.AI.Agents.Persistent.ComputerUseToolParameters : int * int * Azure.AI.Agents.Persistent.ComputerUseEnvironment -> Azure.AI.Agents.Persistent.ComputerUseToolParameters
Public Sub New (displayWidth As Integer, displayHeight As Integer, environment As ComputerUseEnvironment)

Parameters

displayWidth
Int32

The display width for the computer use tool.

displayHeight
Int32

The display height for the computer use tool.

environment
ComputerUseEnvironment

The environment for the computer use tool.

Applies to