cuba_hipotesis
Find plausible causes for an observed effect by tracing causal chains backwards, returning hypotheses ranked by plausibility.
Instructions
Abductive inference: given an observed effect, find plausible causes by traversing causal relations backwards. Returns hypotheses ranked by plausibility (path_strength × importance). Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max hypotheses to return (default 10, max 50) | |
| action | Yes | Inference action | |
| effect | Yes | Entity name representing the observed effect | |
| max_depth | No | Max causal chain hops (default 3, max 5) |