delete_relations
Remove multiple relations from the knowledge graph by specifying source, target, and relation type for each.
Instructions
Delete multiple relations from the knowledge graph.
Each relation dict must have: from (str), to (str), relationType (str).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| relations | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |