Interface ToolComputerUse

Tool to support computer use.

interface ToolComputerUse {
    environment?: Environment;
}

Properties

Properties

environment?: Environment

Required. The environment being operated.