cuba_hipotesis
Find plausible causes of an observed effect using abductive inference. Traverses causal relations backwards, ranked by path strength and importance.
Instructions
Abductive inference: find plausible causes of an observed effect. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max hypotheses to return (default 10, max 50) | |
| action | Yes | explain: traverse causal relations backwards from `effect`, ranked by path_strength × importance. | |
| effect | Yes | Entity name representing the observed effect | |
| max_depth | No | Max causal chain hops (default 3, max 5) |