[Go to site: main page, start]

ADK for TypeScript: API Reference
    Preparing search index...

    Interface SearchMemoryRequest

    The parameters for searchMemory.

    interface SearchMemoryRequest {
        appName: string;
        query: string;
        userId: string;
    }

    Properties

    appName: string

    The app name associated with the memory to search.

    query: string

    The natural language query used to retrieve relevant memories. Implementations may use keyword matching or semantic search.

    userId: string

    The user ID whose memory is being searched.