GoodMem
ReferenceClient SDKs.NETRequests

JsonMemoryCreationRequest

JsonMemoryCreationRequest documentation for .NET SDK

Properties

NameTypeDescriptionNotes
MemoryIdGuidOptional client-provided UUID for the memory. If omitted, the server generates one. Returns ALREADY_EXISTS if the ID is already in use.[optional]
SpaceIdGuidID of the space where this memory will be stored
OriginalContentObject
OriginalContentB64Object
OriginalContentRefstringReference to external content location[optional]
ContentTypestringMIME type of the content
MetadataDictionary<string, Object>Additional metadata for the memory[optional]
ChunkingConfigChunkingConfiguration[optional]
ExtractPageImagesboolOptional hint to extract page images for eligible document types (for example, PDFs)[optional]
FileFieldstringOptional multipart file field name to bind binary content; required when multiple files are uploaded in a batch multipart request.[optional]

On this page