struct

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)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

finish_reason
Source
index
Source
logprobs
Source
message
Source