gbox-sdk
    Preparing search index...

    AI action settings

    interface Settings {
        systemPrompt?: string;
    }
    Index

    Properties

    Properties

    systemPrompt?: string

    System prompt that defines the AI's behavior and capabilities when executing UI actions. This prompt instructs the AI on how to interpret the screen, understand user instructions, and determine the appropriate UI actions to take. A well-crafted system prompt can significantly improve the accuracy and reliability of AI-driven UI automation. If not provided, uses the default computer use instruction template that includes basic screen interaction guidelines.