class

AI::OpenAI::OpenAIChatSSEStreamIterator

Inherits Iterator < Enumerable < Reference < Object

SSE Stream Iterator for OpenAI Chat streaming responses.

Constructors

new(response_body : String, warnings : Array(Provider::Shared::Warning), generate_id : Proc(String), include_raw_chunks : Bool = false)
Source

Instance methods

next

Returns the next element in this iterator, or Iterator::Stop::INSTANCE if there are no more elements.

Source