GoodMem
ReferenceClient SDKs.NETResponses

MemoryChunkResponse

MemoryChunkResponse documentation for .NET SDK

Memory chunk information

Properties

NameTypeDescriptionNotes
ChunkIdGuidUnique identifier of the memory chunk
MemoryIdGuidID of the memory this chunk belongs to
ChunkSequenceNumberintSequence number of this chunk within the memory
ChunkTextstringThe text content of this chunk
VectorStatusstringStatus of vector processing for this chunk
StartOffsetint?Start offset of this chunk in the original content[optional]
EndOffsetint?End offset of this chunk in the original content[optional]
MetadataObjectAdditional metadata for the memory chunk[optional]
CreatedAtlongCreation timestamp (milliseconds since epoch)
UpdatedAtlongLast update timestamp (milliseconds since epoch)
CreatedByIdGuidID of the user who created the chunk
UpdatedByIdGuidID of the user who last updated the chunk

On this page