Skip to content

ComputerTool

type ComputerTool = object;

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

The context of the tool

The result of the tool

computer: Computer;

The computer to use.


name: "computer_use_preview" | string;

The name of the tool.


type: "computer";