rlm_remember_bulk
Batch store up to 50 memories in a single call with automatic embedding. Persist facts, decisions, and preferences for AI agent context.
Instructions
Store multiple durable Memory V2 records in a single call. Batch embedding for efficiency. Max 50 memories per call. Do not bulk-store source documents; upload or query source truth through context tools instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| memories | Yes | Array of memories to store (max 50) | |
| external_user_id | No | Integrator client keys only: stable end-user ID for user-scoped bulk memories. Applies to all memories in the call. |