OpenAI.OpenAIFile (oapi_oai v0.1.2)

Provides struct and type for OpenAIFile

Link to this section Summary

Link to this section Types

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