struct

AI::OpenAI::OpenAIChatChunkChoice

Inherits JSON::Serializable < Struct < Value < Object

Choice in streaming chunk.

Constructors

new(index : Int32, delta : OpenAIChatChunkDelta | Nil = nil, finish_reason : String | Nil = nil, logprobs : OpenAIChatLogprobs | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

delta
Source
finish_reason
Source
index
Source
logprobs
Source