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

    Interface PreparedPromptResponse

    interface PreparedPromptResponse {
        error?: string;
        result?: any;
    }
    Index
    error?: string
    result?: any