memory_migrate_images
Scan memories and migrate base64 images to R2 storage, replacing data URIs with R2 URLs. Includes dry run option for previewing changes.
Instructions
Migrate existing base64 images to R2 storage.
Scans all memories and uploads any base64-encoded images to R2, replacing the data URIs with R2 URLs.
Args: dry_run: If True, only report what would be migrated without making changes
Returns: Dictionary with migration results including count of migrated images
Rate limited: 300s cooldown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |