AI::OpenAI::OpenAIChatResponse
Inherits JSON::Serializable < Struct < Value < Object
Full chat completion response.
Constructors
new(pull : JSON::PullParser)
Sourcenew(choices : Array(OpenAIChatResponseChoice), id : String | Nil = nil, created : Int64 | Nil = nil, model : String | Nil = nil, usage : OpenAIChatUsage | Nil = nil)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
choices
Sourcecreated
Sourceid
Sourcemodel
Sourceusage
Source