Sent via the Anthropic Messages API
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/RedactedReasoningContent", "title": "RedactedReasoningContent", "properties": { "type": { "type": "string", "const": "redacted_reasoning", "title": "Type", "description": "Indicates this is a redacted thinking step.", "default": "redacted_reasoning" }, "data": { "type": "string", "title": "Data", "description": "The redacted or filtered intermediate reasoning content." } }, "type": "object", "required": [ "data" ], "description": "Sent via the Anthropic Messages API" }