GoodMem
ReferenceClient SDKs.NET SDKRequests

MemoryCreationRequest

MemoryCreationRequest documentation for .NET SDK

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]

↑ Back to .NET SDK ↑ Back to .NET SDK ↑ Back to .NET SDK

On this page