ASM.Message.Partial (ASM v0.9.2)

Copy Markdown View Source

Incremental text or thinking delta emitted during streaming.

Summary

Types

content_type()

@type content_type() :: :text | :thinking

t()

@type t() :: %ASM.Message.Partial{content_type: content_type(), delta: String.t()}