ISPO SDK
    Preparing search index...

    Interface AssistantMemoryConclusion

    Markdown

    A derived durable conclusion. The table exists in v1 (read/delete only); nothing writes it yet — a future deriver will.

    interface AssistantMemoryConclusion {
        content: string;
        createdAt: number;
        id: number;
        level: AssistantMemoryConclusionLevel;
        sourceProjectId: string | null;
        sourceProjectName: string | null;
        sourceSessionId: string | null;
        trustClass: string | null;
    }
    Index
    content: string
    createdAt: number
    id: number
    sourceProjectId: string | null
    sourceProjectName: string | null
    sourceSessionId: string | null
    trustClass: string | null