struct

AI::OpenAI::OpenAIChatChunk

Inherits JSON::Serializable < Struct < Value < Object

Streaming chunk response.

Constructors

new(choices : Array(OpenAIChatChunkChoice), id : String | Nil = nil, created : Int64 | Nil = nil, model : String | Nil = nil, usage : OpenAIChatUsage | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

choices
Source
created
Source
model
Source
usage
Source