Overview
When you ingest data into the memory engine, the server returns anAddMemoryResult. This contains the unique identifiers for the newly created memory entries, which can be used for later retrieval or specific updates.
Properties
| Property | Type | Description |
|---|---|---|
results | { uid: string }[] | An array of objects, each containing the unique uid of an added memory entry. |

