ISPO SDK
    Preparing search index...

    Interface PromptSessionSummary

    Markdown
    interface PromptSessionSummary {
        cwd?: string;
        key: string;
        messageCount: number;
        project?: string;
        sessionId: string;
        sizeBytes: number;
        startedAt?: string;
        store: PromptHistoryStore;
        storeLabel: string;
        title: string;
        updatedAt: string;
        warningCount: number;
    }
    Index
    cwd?: string
    key: string
    messageCount: number
    project?: string
    sessionId: string
    sizeBytes: number
    startedAt?: string
    storeLabel: string
    title: string
    updatedAt: string
    warningCount: number