deep_reasoning
Consult a reasoning model to receive a complete reasoning trace for multi-step problems. Apply the trace to guide and verify your own answer.
Instructions
Consult a stronger reasoning model and get its full reasoning trace.
Call this BEFORE proposing a solution whenever the task involves multi-step reasoning: subtle bugs or race conditions, architectural trade-offs, algorithm design, math, or anything where a first instinct could be wrong. Use the returned trace to guide and cross-check your own answer.
The reasoning model cannot see this conversation — pass everything it needs.
Args: problem: The question or task, stated precisely. context: Relevant code, error output, logs, or background you have gathered. Include full snippets, not paraphrases. constraints: Hard requirements the solution must satisfy (performance, compatibility, style), if any.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| context | No | ||
| problem | Yes | ||
| constraints | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |