memory_link_batch
Batch-connect multiple memory pairs with explicit graph relationships. Specify source and target memory IDs with an optional relationship type for each link.
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 |