process_thought
Records a structured thought step with stage tracking, enabling agents to log reasoning progress and organize multi-step thought sequences.
Instructions
Record a structured thought step in a reasoning process with stage tracking.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| stage | Yes | ||
| thought | Yes | ||
| axiomsUsed | No | ||
| thoughtNumber | Yes | ||
| totalThoughts | Yes | ||
| nextThoughtNeeded | No | ||
| assumptionsChallenged | No |