View Source ExOpenAi.DeleteResponse (ex_open_ai v2.0.1)

Link to this section Summary

Link to this section Types

@type t() :: %ExOpenAi.DeleteResponse{
  deleted: boolean(),
  id: Strint.t(),
  object: String.t()
}