GoodMem
ReferenceClient SDKsJava SDKRequests

MemoryCreationRequest

MemoryCreationRequest documentation for Java SDK

MemoryCreationRequest

Request body for creating a new Memory. A Memory represents content stored in a space.

Properties

NameTypeDescriptionNotes
validateObject[optional]
spaceIdStringID of the space where this memory will be stored
originalContentStringOriginal content as plain text (use either this or originalContentB64)[optional]
originalContentB64StringOriginal content as base64-encoded binary data (use either this or originalContent)[optional]
originalContentRefStringReference to external content location[optional]
contentTypeStringMIME type of the content
metadataObjectAdditional metadata for the memory[optional]
chunkingConfigChunkingConfiguration[optional]