research.add_step
Log a reasoning step in an active research chain, recording the query, findings, key insight, and decision to keep multi-step investigations traceable.
Instructions
Add a reasoning step to an active research chain. Records: what you searched, what you found, key insight, decision made.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chainId | Yes | ||
| sources | No | JSON: [{url, title}] | |
| queryText | Yes | What was asked/searched | |
| queryType | Yes | ||
| keyInsight | No | The non-obvious takeaway | |
| resultFull | No | Full output if needed | |
| decisionMade | No | Decision resulting from this step | |
| resultSummary | Yes | Compressed finding (<500 chars) |