Memory types
Memory types
Schemas that define metadata fields and relations for memories.
Memory types define the schema for memories, including custom metadata fields and relations. Use memory types to organize and structure the data stored in your memories.
The memory type object
| Attribute | Type | Description |
|---|---|---|
id | string | The unique identifier of the memory type. |
createdAt | string | When the memory type was created. |
name | string | The name of the memory type. |
description | string | A description of the memory type. |
type | string | The kind of memory type. |
metadataSource | object | Optional identity and updated-at metadata key mapping. |
metadataFields | array | Metadata field definitions. Each field has name, description, and fieldType (STRING, STRING_LIST, BOOLEAN, INTEGER, DECIMAL). |