跳转到内容

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