AI::OpenAI::OpenAIChatChunkChoice
Inherits JSON::Serializable < Struct < Value < Object
Choice in streaming chunk.
Constructors
new(pull : JSON::PullParser)
Sourcenew(index : Int32, delta : OpenAIChatChunkDelta | Nil = nil, finish_reason : String | Nil = nil, logprobs : OpenAIChatLogprobs | Nil = nil)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
delta
Sourcefinish_reason
Sourceindex
Sourcelogprobs
Source