LLM.Stream.Chunk (LLM v0.1.0)

Copy Markdown View Source

A text chunk from a streaming response.

Summary

Types

t()

@type t() :: %LLM.Stream.Chunk{index: non_neg_integer(), text: String.t()}