create_knowledge_graph
Define a schema, create entities with typed values, and connect them via relations to build a complete knowledge graph in one call. Name-based references resolve automatically, eliminating manual linking steps.
Instructions
Create a complete knowledge graph in one call: schema (properties + types), entities with values, and relations between entities. All name-based references are resolved automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema | Yes | ||
| entities | No | Entities to create | |
| relations | No | Relations between entities |