unlink
Remove a link between two memories by providing their source and target IDs.
Instructions
Remove a link between two memories.
Args: source_id: UUID of the source memory. target_id: UUID of the target memory.
Returns: JSON string confirming link removal.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source_id | Yes | ||
| target_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |