View Source Anthropic.Messages.Content.Thinking (anthropic_community v0.5.0)

An extended-thinking content block.

Summary

Types

@type t() :: %Anthropic.Messages.Content.Thinking{
  signature: String.t() | nil,
  thinking: String.t()
}