class

OpenAI::CreateContainerFileBody

Inherits JSON::Serializable < Reference < Object

Constructors

new(file_id : String | Nil = nil, file : String | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

file

The File object (not file name) to be uploaded.

Source
file=(file : String | Nil)

The File object (not file name) to be uploaded.

Source
file_id

Name of the file to create.

Source
file_id=(file_id : String | Nil)

Name of the file to create.

Source