uid | string | The unique identifier for this memory entry. |
content | string | The raw text of the memory. |
score | number | The relevance score (usually 0 to 1) from a semantic search. |
producer_id | string | The ID of the user or system that created this memory. |
producer_role | string | The role (e.g., user, assistant) of the producer. |
episode_type | string | The classification of the interaction. |
created_at | string | ISO timestamp of when the memory was ingested. |
metadata | Record<string, any> | Optional. Key-value pairs of additional context. |
produced_for_id | string | Optional. The ID of the recipient of the interaction. |