GoodMem
ReferenceClient SDKsJavaScript SDKModels

Memory Model

Memory Model documentation for JavaScript SDK

Properties

NameTypeDescriptionNotes
memoryIdStringUnique identifier of the memory
spaceIdStringID of the space containing this memory
originalContentFileOriginal content (only included if requested)[optional]
originalContentLengthNumberSize in bytes of the inline original content[optional]
originalContentSha256StringSHA-256 digest of the inline original content, hex encoded[optional]
originalContentRefStringReference to external content location[optional]
contentTypeStringMIME type of the content
processingStatusStringProcessing status of the memory
metadataObjectAdditional metadata for the memory[optional]
createdAtNumberTimestamp when the memory was created (milliseconds since epoch)
updatedAtNumberTimestamp when the memory was last updated (milliseconds since epoch)
createdByIdStringID of the user who created this memory
updatedByIdStringID of the user who last updated this memory
chunkingConfigChunkingConfiguration[optional]
processingHistoryProcessingHistory[optional]

On this page