SongGuess
    Preparing search index...

    Interface AgentMemoryIncomingMemory

    Raw memory content passed to remember().

    interface AgentMemoryIncomingMemory {
        content: string;
        sessionId?: string | null;
    }
    Index

    Properties

    Properties

    content: string

    Raw memory content. The service classifies and summarizes automatically.

    sessionId?: string | null

    Optional session identifier to associate with this memory.