GoodMem
ReferenceClient SDKs.NET SDKRequests

RetrieveMemoryRequest

RetrieveMemoryRequest documentation for .NET SDK

Request body for semantic memory retrieval with optional embedder weight overrides.

Properties

NameTypeDescriptionNotes
MessagestringPrimary query/message for semantic search.
ContextList<ContextItem>Optional context items (text or binary) to provide additional context for the search.[optional]
SpaceKeysList<SpaceKey>List of spaces to search with optional per-embedder weight overrides.
RequestedSizeint?Maximum number of memories to retrieve.[optional]
FetchMemorybool?Whether to include full Memory objects in the response.[optional]
FetchMemoryContentbool?Whether to include memory content in the response. Requires fetchMemory=true.[optional]
PostProcessorPostProcessor[optional]

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

On this page