Skip to content

struct OpenAI::AssistantFile
inherits Struct #

Included modules

JSON::Serializable

Constructors#

.new(id : String, object : String, created_at : Int64, assistant_id : String)#

View source

.new(pull : JSON::PullParser)#

View source

Methods#

#assistant_id : String#

#clone#

View source

#copy_with(id _id = @id, object _object = @object, created_at _created_at = @created_at, assistant_id _assistant_id = @assistant_id)#

View source

#created_at : Int64#

#id : String#

#object : String#