Fency.ai
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

AttributeTypeDescription
idstringThe unique identifier of the memory type.
createdAtstringWhen the memory type was created.
namestringThe name of the memory type.
descriptionstringA description of the memory type.
typestringThe kind of memory type.
metadataSourceobjectOptional identity and updated-at metadata key mapping.
metadataFieldsarrayMetadata field definitions. Each field has name, description, and fieldType (STRING, STRING_LIST, BOOLEAN, INTEGER, DECIMAL).

On this page