A tool that can be used by the model to interact with the computer.

interface ComputerUse {
    environment?: "browser";
    excludedPredefinedFunctions?: string[];
    type: "computer_use";
}

Properties

environment?: "browser"

The environment being operated.

excludedPredefinedFunctions?: string[]

The list of predefined functions that are excluded from the model call.

type: "computer_use"