MemoryStoreSearchResponse interface
Memory search response.
Properties
| memories | Related memory items found during the search operation. |
| search_id | The unique ID of this search request. Use this value as previous_search_id in subsequent requests to perform incremental searches. |
| usage | Usage statistics associated with the memory search operation. |
Property Details
memories
Related memory items found during the search operation.
memories: MemorySearchItem[]
Property Value
search_id
The unique ID of this search request. Use this value as previous_search_id in subsequent requests to perform incremental searches.
search_id: string
Property Value
string
usage
Usage statistics associated with the memory search operation.
usage: MemoryStoreOperationUsage