View Source ExOpenAI.Components.CreateFileRequest (ex_openai.ex v1.7.0)

Schema representing a CreateFileRequest within the OpenAI API

Summary

Types

@type t() :: %ExOpenAI.Components.CreateFileRequest{
  file: bitstring() | {String.t(), bitstring()},
  purpose: :vision | :"fine-tune" | :batch | :assistants
}