memory_unlink
Remove a link connecting two memories, optionally also removing the reverse link. Maintains clean knowledge graph by deleting unwanted associations.
Instructions
Remove a link between two memories.
Args: from_id: Source memory ID to_id: Target memory ID bidirectional: If True, also remove reverse link (default: True)
Returns: Dict with removed links
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from_id | Yes | ||
| to_id | Yes | ||
| bidirectional | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |