delete_relations
Remove specific relationships from the knowledge graph by providing the source, target, and relation type.
Instructions
Delete specific relations from the knowledge graph.
Each dict has: from (str), to (str), relationType (str).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| relations | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |