RetrieveMemoryRequest
RetrieveMemoryRequest documentation for .NET SDK
Request body for semantic memory retrieval with optional embedder weight overrides.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Message | string | Primary query/message for semantic search. | |
| Context | List<ContextItem> | Optional context items (text or binary) to provide additional context for the search. | [optional] |
| SpaceKeys | List<SpaceKey> | List of spaces to search with optional per-embedder weight overrides. | |
| RequestedSize | int? | Maximum number of memories to retrieve. | [optional] |
| FetchMemory | bool? | Whether to include full Memory objects in the response. | [optional] |
| FetchMemoryContent | bool? | Whether to include memory content in the response. Requires fetchMemory=true. | [optional] |
| PostProcessor | PostProcessor | [optional] |