ExLLM.StreamRecovery.PartialResponse (ex_llm v0.5.0)
View SourceRepresents a partial streaming response that can be resumed.
Summary
Types
@type t() :: %ExLLM.StreamRecovery.PartialResponse{ chunks: [ExLLM.Types.StreamChunk.t()], created_at: DateTime.t(), error_reason: term() | nil, id: String.t(), last_chunk_at: DateTime.t(), messages: [map()], model: String.t(), options: keyword(), provider: atom(), token_count: non_neg_integer() }