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

    Interface SearchMemoryResponse

    Represents the response from a memory search.

    interface SearchMemoryResponse {
        memories: MemoryEntry[];
    }

    Properties

    memories: MemoryEntry[]

    A list of memory entries that are related to the search query.