Incremental text or thinking delta emitted during streaming.
Summary
Types
@type content_type() :: :text | :thinking
@type t() :: %ASM.Message.Partial{content_type: content_type(), delta: String.t()}
Incremental text or thinking delta emitted during streaming.
@type content_type() :: :text | :thinking
@type t() :: %ASM.Message.Partial{content_type: content_type(), delta: String.t()}