Claudex.Stream.Event.ContentBlockStart (Claudex v0.6.1)

Copy Markdown View Source

A new content block is starting at index. The block arrives empty — its text, thinking, or tool input comes in the deltas that follow.

Summary

Types

t()

@type t() :: %Claudex.Stream.Event.ContentBlockStart{
  content_block: Claudex.ContentBlock.t(),
  index: non_neg_integer()
}