Monoize
Transforms

Reasoning: strip from response output

Remove reasoning nodes from response output and stream events.

What it does

This transform removes reasoning nodes from response output and stream events. Clients receive final answers without visible reasoning.

Reference

PropertyValue
Type IDreasoning_strip_output
Phaseresponse
ScopesProvider, API key

When to use

  • You do not want end users to see model reasoning.
  • A client breaks when it receives reasoning items.

Configuration

This transform has no options. Use an empty config object.

Example rule

{
  "transform": "reasoning_strip_output",
  "enabled": true,
  "phase": "response",
  "models": [
    "*"
  ],
  "config": {}
}

On this page