Monoize
Transforms

Reasoning: content to summary

Move plaintext reasoning content into the reasoning summary field.

What it does

This transform moves plaintext reasoning content into the reasoning summary field on responses and streams. Clients that read only the summary field then see the reasoning.

Reference

PropertyValue
Type IDreasoning_content_to_summary
Phaseresponse
ScopesProvider, API key

When to use

  • An upstream returns raw reasoning content but clients expect Responses-style summaries.

Configuration

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

Example rule

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

On this page