ontology_import
Import ontology entities, concepts, and relations as JSON for validation and audit registration. Submit payload to commit-time audit engine to track provenance and decision logs.
Instructions
Ontology 注入——提交 entity/concept/relations(JSON),校验+审计后注册。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment | No | 注入备注(写入 decision-log why) | |
| payload | Yes | ontology JSON 文本:{ entities?: [{name, domain, description?, relations?}], concepts?: [{name, description?}], relations?: [{source, target, relation}] } | |
| agent_id | No | 注入者标识(decision-log 留痕——谁注入的;缺省 external-model-layer) |