solve_problem
Solves complex problems using structured chain-of-thought reasoning with adaptive parsing, retry logic, and token budget management.
Instructions
Solves a problem using strict Agentic Chain-of-Thought with adaptive parsing, retry logic, token budgeting (via tiktoken), and configurable model.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | The problem to solve. | |
| history | No | Previous CoT steps to build on for multi-turn reasoning | |
| resultSchema | No | Optional JSON schema to validate the result field against. |