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.

Back to Catalog
Core Blocksthinking

Block Preview

Brain

Thinking

Forces model to outline its thought process.

Usage

  1. Add the block to your workflow and connect it to the upstream step.
  2. Configure any required credentials or tokens in the inputs.
  3. Fill in required inputs and optional parameters for the run.
  4. Run a test execution, inspect outputs, and iterate before deploying.
  5. Deploy the thinking block with monitoring enabled in production.

Inputs (UI)

Thought Process / Instruction

long-input

Placeholder: Describe the step-by-step thinking process here...

Layout: full

Hidden by default

Inputs (API)

thought

string

Required

The detailed thought process or instruction for the model.

Outputs

Primary response type:

{
  "acknowledgedThought": "string"
}

Tool Access

thinking_tool
Thinking | NowFlow Blocks