ADK TypeScript Documentation - v0.0.4
    Preparing search index...

    Interface SearchMemoryResponse

    Represents the response from a memory search

    interface SearchMemoryResponse {
        memories: MemoryResult[];
    }
    Index

    Properties

    Properties

    memories: MemoryResult[]

    List of memory results matching the search query