MemoryCreationRequest
MemoryCreationRequest documentation for .NET SDK
Request body for creating a new Memory. A Memory represents content stored in a space.
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] |