Documentation Index
Fetch the complete documentation index at: https://docs.memmachine.ai/llms.txt
Use this file to discover all available pages before exploring further.
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. |

