Schema representing a UploadPart within the OpenAI API
@type t() :: %ExOpenAI.Components.UploadPart{ created_at: integer(), id: String.t(), object: :"upload.part", upload_id: String.t() }