ISPO SDK
    Preparing search index...

    Interface PromptSessionListArgs

    Markdown
    interface PromptSessionListArgs {
        cursor?: string | null;
        limit?: number;
        query?: string;
        stores?: PromptHistoryStore[];
    }
    Index
    cursor?: string | null
    limit?: number
    query?: string