memory_import
Import memories from JSON data. Each memory is embedded and stored. Set overwrite to true to update existing memories by ID.
Instructions
Import memories from JSON. Each item is embedded and stored. Use overwrite=true to update existing memories by ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Array of memory objects to import (max 500 per batch) | |
| overwrite | No | If true, overwrite existing memories with same ID |