MemoryChunkResponse
MemoryChunkResponse documentation for JavaScript SDK
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| chunkId | String | Unique identifier of the memory chunk | |
| memoryId | String | ID of the memory this chunk belongs to | |
| chunkSequenceNumber | Number | Sequence number of this chunk within the memory | |
| chunkText | String | The text content of this chunk | |
| vectorStatus | String | Status of vector processing for this chunk | |
| startOffset | Number | Start offset of this chunk in the original content | [optional] |
| endOffset | Number | End offset of this chunk in the original content | [optional] |
| createdAt | Number | Creation timestamp (milliseconds since epoch) | |
| updatedAt | Number | Last update timestamp (milliseconds since epoch) | |
| createdById | String | ID of the user who created the chunk | |
| updatedById | String | ID of the user who last updated the chunk |