View Source ExOpenAI.Components.OpenAIFile (ex_openai.ex v1.3.1)

Schema representing a OpenAIFile within the OpenAI API

Summary

Types

@type t() :: %ExOpenAI.Components.OpenAIFile{
  bytes: integer(),
  created_at: integer(),
  filename: String.t(),
  id: String.t(),
  object: String.t(),
  purpose: String.t(),
  status: String.t() | nil,
  status_details: String.t() | nil
}