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
Properties
Section titled “Properties”computer
Section titled “computer”computer: Computer;
The computer to use.
name: "computer_use_preview" | string;
The name of the tool.
type: "computer";