Packages

Elixir client for the Anthropic Messages API — typed content blocks, native tool use, streaming, retries.

Current section

Files

Jump to
anthropic_community lib anthropic messages content redacted_thinking.ex
Raw

lib/anthropic/messages/content/redacted_thinking.ex

defmodule Anthropic.Messages.Content.RedactedThinking do
@moduledoc "A redacted-thinking content block (opaque, encrypted thinking content)."
defstruct [:data]
@type t :: %__MODULE__{data: String.t()}
end