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

    Interface RecalledMemory

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