The Memory object
{
"id": "dROEG0iLHT5fgZy1PP1f",
"type": "observation",
"segment": "memories.customer.EsHxUq2GpG4js3jhrprO",
"importance": 5,
"content": "On September 10, 2024, Sara, an agent, assisted customer ...",
"timeMark": 1725991076669,
"createdAt": "2024-11-14T18:13:47.345Z",
"updatedAt": "2024-11-14T18:13:47.345Z"
}
Attributes
id (string): A unique identifier for the memory object.
type (string): The type of memory. Valid values include "observation", "plan", "reflection" or "fact".
segment (string): The segment associated with the memory, indicating the relevant context or grouping (e.g.,
memories.customer.[customerId]).importance (integer): A numerical value indicating the level of importance of the memory, typically on a predefined scale (e.g., 1 to 10).
content (string): The main content or description of the memory.
timeMark (number): A timestamp representing when the memory was recorded, in milliseconds since the Unix epoch.
createdAt (string, format: date-time): The date and time when the memory record was created, formatted in RFC 3339 date-time notation (e.g.,
2024-11-14T18:13:47.345Z).updatedAt (string, format: date-time): The date and time when the memory record was last updated, formatted in RFC 3339 date-time notation.
Last updated