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