View Source ExOpenAI.Components.DeleteModelResponse (ex_openai.ex v1.5.0)

Schema representing a DeleteModelResponse within the OpenAI API

Summary

Types

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