View Source ExOpenAI.Components.AddUploadPartRequest (ex_openai.ex v2.0.0-beta2)
Module for representing the OpenAI schema AddUploadPartRequest.
Fields
:data- required -binary()
The chunk of bytes for this Part.
Format:binary
Summary
Types
@type t() :: %ExOpenAI.Components.AddUploadPartRequest{data: binary()}