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

    Interface PromptFileContent

    interface PromptFileContent {
        content: string;
        pack?: string;
        scope?: PromptScope;
        tier?: PromptTier;
    }
    Index
    content: string
    pack?: string

    The pack the file came from, set even when the folder was referenced bare.

    scope?: PromptScope
    tier?: PromptTier