Overview
TheSearchMemoriesResult interface encapsulates the outcome of a semantic search operation. It provides both the matched memory content and the operation status.
Properties
| Property | Type | Description |
|---|---|---|
content | EpisodicMemory[] | An array of memory entries that matched the search criteria, ranked by relevance. |
status | number | The numeric status code of the search operation (e.g., 200 for success). |

