Briyah SDK - v2.0.6
    Preparing search index...

    Interface PromptFolder

    interface PromptFolder {
        folder?: string;
        name: string;
        pack?: string;
        scope: PromptScope;
    }
    Index
    folder?: string

    The folder without its pack prefix. Absent when it equals name.

    name: string

    What to send back: dungeon_master, or dnd5e:dungeon_master for a pack's.

    pack?: string

    The pack this folder belongs to; absent for the user's own and common folders.