nyarhi_add_node
Add a new node to a knowledge graph with a unique ID and type, including optional properties and store file.
Instructions
Add a typed node to the knowledge graph.
node_id is the unique id, node_type the node type (e.g. Person,
Company, Asset), props optional key/value properties written as
--prop k=v pairs, store an optional store file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | ||
| props | No | ||
| store | No | ||
| node_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |