Skip to content

struct OpenAI::AssistantsList
inherits Struct #

Included modules

JSON::Serializable

Constructors#

.new(data : Array(Assistant), has_more : Bool, last_id : String | Nil = nil, first_id : String | Nil = nil)#

View source

.new(pull : JSON::PullParser)#

View source

Methods#

#clone#

View source

#copy_with(data _data = @data, has_more _has_more = @has_more, last_id _last_id = @last_id, first_id _first_id = @first_id)#

View source

#data : Array(Assistant)#

#first_id : String | ::Nil#

#has_more : Bool#

#last_id : String | ::Nil#