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