gbox-sdk
    Preparing search index...

    Interface ActionCommonOptions

    Action common options

    interface ActionCommonOptions {
        model?:
            | "gpt-5"
            | "gpt-4o"
            | "gelato"
            | "ui-tars"
            | "openai-computer-use";
        screenshot?: boolean
        | GboxClient.V1.Boxes.ActionScreenshotOptions;
    }
    Index

    Properties

    Properties

    model?: "gpt-5" | "gpt-4o" | "gelato" | "ui-tars" | "openai-computer-use"

    Model to use for natural-language target resolution. Defaults to 'uitars'.

    Screenshot options. Can be a boolean to enable/disable screenshots, or an object to configure screenshot options.