@pouchy_ai/companion-sdk - v0.63.0
    Preparing search index...

    Interface RecalledMemory

    interface RecalledMemory {
        category?: string;
        content: string;
        createdAt?: string;
        id?: string;
        importance: number;
        kind?: string;
        namespace: string;
    }
    Index
    category?: string
    content: string
    createdAt?: string
    id?: string

    The fact's stable id — the handle forget(id) takes. Absent on legacy rows written before ids crossed the wire; such rows cannot be forgotten item-wise.

    importance: number
    kind?: string
    namespace: string