ISPO SDK
    Preparing search index...

    Interface PromptStoreStatus

    Markdown
    interface PromptStoreStatus {
        available: boolean;
        error?: string;
        label: string;
        rootLabel: string;
        sessionCount: number;
        store: PromptHistoryStore;
        truncated: boolean;
    }
    Index
    available: boolean
    error?: string
    label: string
    rootLabel: string
    sessionCount: number
    truncated: boolean