View Source ExOpenAI.Components.DeleteFileResponse (ex_openai.ex v1.6.0)

Schema representing a DeleteFileResponse within the OpenAI API

Summary

Types

@type t() :: %ExOpenAI.Components.DeleteFileResponse{
  deleted: boolean(),
  id: String.t(),
  object: :file
}