create_relation
Creates a relation linking two entities in the Geo knowledge graph. Specify source, target, and relation type to define structured connections between knowledge nodes.
Instructions
Create a relation between two entities
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Relation type entity ID | |
| position | No | Position string for ordering | |
| toEntity | Yes | Target entity ID | |
| fromEntity | Yes | Source entity ID |