Represents the response from a memory search

interface SearchMemoryResponse {
    memories: MemoryEntry[];
}

Properties

Properties

memories: MemoryEntry[]

A list of memory entries that relate to the search query