struct OpenAI::TopLogProbs
inherits Struct
Included modules
JSON::Serializable
Constructors
.new(token : String, log_prob : Float64, bytes : Array(UInt8) | Nil = nil)
View source
Methods
#bytes : Array(UInt8) | ::Nil
#copy_with(token _token = @token, log_prob _log_prob = @log_prob, bytes _bytes = @bytes)
View source