record_decision
Capture a decision with its scenario, reasoning, outcome, and confidence into a knowledge graph, storing causal links and metadata for audit and traceability.
Instructions
Record a decision into the Semantica knowledge graph with full context, causal links, and metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| outcome | Yes | Decision outcome, e.g. 'approved' | |
| category | Yes | Decision category, e.g. 'loan_approval' | |
| scenario | Yes | Natural-language situation description | |
| reasoning | Yes | Why this decision was made | |
| confidence | Yes | Confidence score 0–1 | |
| valid_from | No | ISO date validity start (optional) | |
| valid_until | No | ISO date validity end (optional) | |
| decision_maker | No | Who/what made the decision |