unlink_hipocampo
Deletes a link from the memory graph by ID or source-target-type. Removes unwanted relationships to maintain accurate memory structure.
Instructions
Elimina un enlace del grafo de memoria.
Args: id: ID del enlace a eliminar (si se conoce). source_id: Si no se provee id, elimina por source+target+type. target_id: ID destino (requerido si no hay id). relation_type: Tipo de relación (opcional si no hay id).
Returns: Confirmación de eliminación.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| source_id | No | ||
| target_id | No | ||
| relation_type | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |