LLM.Stream.Error (LLM v0.1.0)

Copy Markdown View Source

Error chunk from a streaming response.

Summary

Types

t()

@type t() :: %LLM.Stream.Error{code: String.t() | nil, message: String.t()}