View Source Anthropic.Messages.StreamEvent.ContentBlockDelta (anthropic_community v0.5.0)

An incremental update to the content block at index. delta is the raw wire delta map, one of %{"type" => "text_delta", "text" => ...}, %{"type" => "input_json_delta", "partial_json" => ...}, %{"type" => "thinking_delta", "thinking" => ...}, or %{"type" => "signature_delta", "signature" => ...}.

Summary

Types

@type t() :: %Anthropic.Messages.StreamEvent.ContentBlockDelta{
  delta: map(),
  index: non_neg_integer()
}