SongGuess
    Preparing search index...

    Interface AgentMemoryIngestOptions

    Options for the ingest() method.

    interface AgentMemoryIngestOptions {
        sessionId?: string | null;
    }
    Index

    Properties

    Properties

    sessionId?: string | null

    Session identifier to associate with memories created during ingestion.