hybrid_reasoning
Solve complex problems by combining multiple reasoning methods. Use Monte Carlo Tree Search, Beam Search, and R1 Transformer to enhance decision-making. Ideal for step-by-step analysis and iterative query resolution.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
nextThoughtNeeded | Yes | Whether another step is needed | |
numSimulations | No | Number of MCTS simulations to run | |
prompt | Yes | The problem or query to reason about | |
thought | Yes | Current reasoning step | |
thoughtNumber | Yes | Current step number | |
totalThoughts | Yes | Total expected steps |