OpenFairyGUI API
    Preparing search index...

    Variable OPENFAIRYGUI_BACKEND_PROMPT_DEFINITIONSConst

    OPENFAIRYGUI_BACKEND_PROMPT_DEFINITIONS: readonly [
        {
            description: "Guide a client through the capability and version discovery tool.";
            name: "openfairygui_inspect_capabilities";
            text: string;
            title: "Inspect OpenFairyGUI Backend Capabilities";
        },
        {
            description: "Guide a client through opening and reading a backend session.";
            name: "openfairygui_open_and_inspect_session";
            text: string;
            title: "Open and Inspect an OpenFairyGUI Session";
        },
        {
            description: "Guide a client through backend-owned revision checks without inventing operation grammar.";
            name: "openfairygui_plan_revision_checked_transaction";
            text: string;
            title: "Plan a Revision-Checked OpenFairyGUI Transaction";
        },
        {
            description: "Guide a client through coordinated backend save semantics.";
            name: "openfairygui_save_session";
            text: string;
            title: "Save an OpenFairyGUI Backend Session";
        },
        {
            description: "Guide a client through event, job, and cache polling tools.";
            name: "openfairygui_poll_runtime_state";
            text: string;
            title: "Poll OpenFairyGUI Runtime State";
        },
    ] = ...