LLM.Stream.Stop (LLM v0.1.0)

Copy Markdown View Source

Stop event from a streaming response.

Summary

Types

t()

@type t() :: %LLM.Stream.Stop{reason: atom(), usage: LLM.Usage.t() | nil}