AzureCognitiveServicesProjectResource.addComputerUseTool
Method
interface AzureCognitiveServicesProjectResource { // ... omitted for brevity addComputerUseTool( name: string, displayWidth?: number, displayHeight?: number, environment?: string): ComputerToolResource;}Signature
method
addComputerUseToolbuilderAdds a Computer Use tool to a Microsoft Foundry project, enabling agents to interact with a computer desktop by taking screenshots, moving the mouse, clicking, and typing.
addComputerUseTool( name: string, displayWidth?: number, displayHeight?: number, environment?: string): ComputerToolResourceParameters
namestringdisplayWidthnumberoptional= 1024displayHeightnumberoptional= 768environmentstringoptional= browserReturns
ComputerToolResourceDefined on
This method is defined on the following type: