store_memory
Store a single memory with optional metadata and idempotency key. Automatically generates unique keys and updates indices for retrieval.
Instructions
Store a single memory, automatically generating unique keys and updating indices.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | The text content of the memory to store. | |
| metadata | No | Optional structured metadata dictionary. | |
| idempotency_key | No | Optional unique key to prevent duplicate storage. |