GoodMem
ReferenceClient SDKsJavaScript SDKResponses

MemoryChunkResponse

MemoryChunkResponse documentation for JavaScript SDK

Properties

NameTypeDescriptionNotes
chunkIdStringUnique identifier of the memory chunk
memoryIdStringID of the memory this chunk belongs to
chunkSequenceNumberNumberSequence number of this chunk within the memory
chunkTextStringThe text content of this chunk
vectorStatusStringStatus of vector processing for this chunk
startOffsetNumberStart offset of this chunk in the original content[optional]
endOffsetNumberEnd offset of this chunk in the original content[optional]
createdAtNumberCreation timestamp (milliseconds since epoch)
updatedAtNumberLast update timestamp (milliseconds since epoch)
createdByIdStringID of the user who created the chunk
updatedByIdStringID of the user who last updated the chunk

On this page