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

    Interface PromptFile

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

    The pack the file came from; absent for a user's own or a common file.