JsonMemoryCreationRequest
JsonMemoryCreationRequest documentation for .NET SDK
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| MemoryId | Guid | 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 | Guid | 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 | Dictionary<string, Object> | Additional metadata for the memory | [optional] |
| ChunkingConfig | ChunkingConfiguration | [optional] | |
| ExtractPageImages | bool | 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] |