struct

AI::OpenAI::OpenAIChatChunkDelta

Inherits JSON::Serializable < Struct < Value < Object

Delta in streaming chunk.

Constructors

new(role : String | Nil = nil, content : String | Nil = nil, tool_calls : Array(OpenAIChatChunkToolCall) | Nil = nil, annotations : Array(OpenAIChatAnnotation) | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

annotations
Source
content
Source
role
Source
tool_calls
Source