Schema representing a CreateFileRequest within the OpenAI API
@type t() :: %ExOpenAI.Components.CreateFileRequest{ file: bitstring() | {String.t(), bitstring()}, purpose: :vision | :"fine-tune" | :batch | :assistants }