MemoryCreationRequest
MemoryCreationRequest documentation for JavaScript SDK
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| validate | Object | [optional] | |
| spaceId | String | ID of the space where this memory will be stored | |
| originalContent | String | Original content as plain text (use either this or originalContentB64) | [optional] |
| originalContentB64 | String | Original content as base64-encoded binary data (use either this or originalContent) | [optional] |
| originalContentRef | String | Reference to external content location | [optional] |
| contentType | String | MIME type of the content | |
| metadata | Object | Additional metadata for the memory | [optional] |
| chunkingConfig | ChunkingConfiguration | [optional] |