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

Schema representing a DeleteThreadResponse within the OpenAI API

Summary

Types

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