beam_search_reasoning
Optimize complex problem-solving using structured, step-by-step reasoning with multiple parallel paths to identify the most effective solution.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
beamWidth | No | Number of top paths to maintain (n-sampling) | |
nextThoughtNeeded | Yes | Whether another step is needed | |
prompt | Yes | The problem or query to reason about | |
thought | Yes | Current reasoning step | |
thoughtNumber | Yes | Current step number | |
totalThoughts | Yes | Total expected steps |