MemoryChunkResponse
MemoryChunkResponse documentation for .NET SDK
Memory chunk information
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| ChunkId | string | Unique identifier of the memory chunk | |
| MemoryId | string | ID of the memory this chunk belongs to | |
| ChunkSequenceNumber | int | 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 | int? | Start offset of this chunk in the original content | [optional] |
| EndOffset | int? | End offset of this chunk in the original content | [optional] |
| CreatedAt | long | Creation timestamp (milliseconds since epoch) | |
| UpdatedAt | long | 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 |