SongGuess
    Preparing search index...

    Interface AgentMemoryListMemoriesResult

    Response from the list() method.

    interface AgentMemoryListMemoriesResult {
        cursor?: string;
        memories: AgentMemoryMemoryListEntry[];
    }
    Index

    Properties

    Properties

    cursor?: string

    Continuation cursor; absent when this page exhausted the result set.