delete_relations
Delete relations from a knowledge graph memory by relation ID, entity IDs, or entity names and types.
Instructions
Delete relations. Specify by relation id OR by entity IDs (fromId/toId/relationType) OR by entity names (from/fromType/to/toType/relationType).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | Memory category. Defaults to 'default' | |
| relations | Yes | An array of relations to delete |