Skip to content

struct OpenAI::EditsResponse
inherits Struct #

Included modules

JSON::Serializable

Constructors#

.new(object : String, created : Int64, usage : Usage, choices : Array(EditsChoice))#

View source

.new(pull : JSON::PullParser)#

View source

Methods#

#choices : Array(EditsChoice)#

#clone#

View source

#copy_with(object _object = @object, created _created = @created, usage _usage = @usage, choices _choices = @choices)#

View source

#created : Int64#

#object : String#

#usage : Usage#