memory_link_batch
Create multiple explicit graph relationships between memory pairs in a single batch. Specify source and target IDs, optionally set relationship type, to connect memories directly.
Instructions
Connect multiple pairs of memories with explicit graph relationships in a single batch.
Each item in the list should be a dict with 'source_memory_id', 'target_memory_id', and optional 'relationship' (defaults to 'RESPONDS_TO') keys.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| links | Yes |