ClaudeCode.Content.RedactedThinkingBlock (ClaudeCode v0.36.3)
View SourceRepresents a redacted thinking content block within a Claude message.
Redacted thinking blocks contain encrypted thinking data that cannot be displayed to the user. They appear when Claude's reasoning is filtered by streaming classifiers.
Summary
Types
@type t() :: %ClaudeCode.Content.RedactedThinkingBlock{ data: String.t(), type: :redacted_thinking }