struct

AI::OpenAI::OpenAIChatResponse

Inherits JSON::Serializable < Struct < Value < Object

Full chat completion response.

Constructors

new(choices : Array(OpenAIChatResponseChoice), 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