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

Schema representing a OpenAIFile within the OpenAI API

Link to this section Summary

Link to this section Types

Specs

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: map() | nil
}