View Source ExOpenAI.Components.DeleteMessageResponse (ex_openai.ex v1.5.1)

Schema representing a DeleteMessageResponse within the OpenAI API

Summary

Types

@type t() :: %ExOpenAI.Components.DeleteMessageResponse{
  deleted: boolean(),
  id: String.t(),
  object: :"thread.message.deleted"
}