ArchAstro. SDK. Types. AIChatStreamMessageDelta
(archastro v0.3.5)
Copy Markdown
Incremental assistant text emitted during a streaming chat completion (SSE message_delta event).
Summary
Types
@type t() :: %ArchAstro.SDK.Types.AIChatStreamMessageDelta{delta: String.t()}
Functions
@spec from_map(ArchAstro.SDK.JSON.object()) :: t()
@spec matches?(ArchAstro.SDK.JSON.t()) :: boolean()
@spec to_map(t()) :: ArchAstro.SDK.JSON.object()