AI::OpenAI::OpenAIChatResponseChoice
Inherits JSON::Serializable < Struct < Value < Object
Choice in response.
Constructors
new(message : OpenAIChatResponseMessage, index : Int32, finish_reason : String | Nil = nil, logprobs : OpenAIChatLogprobs | Nil = nil)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
finish_reason
Sourceindex
Sourcelogprobs
Sourcemessage
Source