RetrieveMemoryRequest
RetrieveMemoryRequest documentation for Java SDK
RetrieveMemoryRequest
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 | Integer | Maximum number of memories to retrieve. | [optional] |
| fetchMemory | Boolean | Whether to include full Memory objects in the response. | [optional] |
| fetchMemoryContent | Boolean | Whether to include memory content in the response. Requires fetchMemory=true. | [optional] |
| postProcessor | PostProcessor | [optional] |