Crig::Providers::Internal::OpenAICompatible::StreamItem
Intermediate items produced by the SSE stream processor. Callers convert these to their specific RawStreamingChoice(T) variant.
Constructors
new(message_id : String | Nil = nil, text : String | Nil = nil, reasoning : String | Nil = nil, tool_call_delta_id : String | Nil = nil, tool_call_delta_internal_id : String | Nil = nil, tool_call_delta_content : Crig::ToolCallDeltaContent | Nil = nil, tool_call : Crig::RawStreamingToolCall | Nil = nil)
SourceInstance methods
message_id
Sourcereasoning
Sourcetext
Sourcetool_call
Sourcetool_call_delta_content
Sourcetool_call_delta_id
Sourcetool_call_delta_internal_id
Source