Blocks
Thinking
Forces model to outline its thought process.
Adds a step where the model explicitly outlines its thought process before proceeding. This can improve reasoning quality by encouraging step-by-step analysis.
Core Blocksthinking
Block Preview
Thinking
Forces model to outline its thought process.
Usage
- Add the block to your workflow and connect it to the upstream step.
- Configure any required credentials or tokens in the inputs.
- Fill in required inputs and optional parameters for the run.
- Run a test execution, inspect outputs, and iterate before deploying.
- Deploy the thinking block with monitoring enabled in production.
Inputs (UI)
Thought Process / Instruction
long-inputPlaceholder: Describe the step-by-step thinking process here...
Layout: full
Hidden by default
Inputs (API)
thought
stringRequired
The detailed thought process or instruction for the model.
Outputs
Primary response type:
{
"acknowledgedThought": "string"
}Tool Access
thinking_tool