class

OpenAI::CompleteUploadRequest

Inherits JSON::Serializable < Reference < Object

Constructors

new(part_ids : Array(String) = [] of String, md5 : String | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

md5

The optional md5 checksum for the file contents to verify if the bytes uploaded matches what you expect.

Source
md5=(md5 : String | Nil)

The optional md5 checksum for the file contents to verify if the bytes uploaded matches what you expect.

Source
part_ids

The ordered list of Part IDs.

Source
part_ids=(part_ids : Array(String))

The ordered list of Part IDs.

Source