Skip to content

computerTool

function computerTool(options): ComputerTool

Exposes a computer to the agent as a tool to be called

Parameter Type Description

options

Partial<Omit<ComputerTool, "type">> & object

Additional configuration for the computer tool like specifying the location of your agent

ComputerTool

a computer tool definition