JsonMemoryCreationRequest
JsonMemoryCreationRequest documentation for Java SDK
JsonMemoryCreationRequest
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| memoryId | UUID | Optional client-provided UUID for the memory. If omitted, the server generates one. Returns ALREADY_EXISTS if the ID is already in use. | [optional] |
| spaceId | UUID | ID of the space where this memory will be stored | |
| originalContent | Object | ||
| originalContentB64 | Object | ||
| originalContentRef | String | Reference to external content location | [optional] |
| contentType | String | MIME type of the content | |
| metadata | Map<String, Object> | Additional metadata for the memory | [optional] |
| chunkingConfig | ChunkingConfiguration | [optional] | |
| extractPageImages | Boolean | Optional hint to extract page images for eligible document types (for example, PDFs) | [optional] |
| fileField | String | Optional multipart file field name to bind binary content; required when multiple files are uploaded in a batch multipart request. | [optional] |