reason
Run logical deduction on a knowledge base by providing facts and a query, then receive solutions with proof trees that show how each conclusion was derived.
Instructions
Perform logical deduction on a knowledge base and return solutions with proof trees for each result
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kb_id | No | ||
| query | No | ||
| knowledge | No | ||
| max_depth | No | ||
| max_solutions | No | ||
| delta_knowledge | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| query | No | ||
| version | No | ||
| solutions | No | ||
| elapsed_ms | No | ||
| content_hash | No |