View Source ExOpenAI.Components.ChatCompletionDeleted (ex_openai.ex v1.8.0)

Schema representing a ChatCompletionDeleted within the OpenAI API

Summary

Types

@type t() :: %ExOpenAI.Components.ChatCompletionDeleted{
  deleted: boolean(),
  id: String.t(),
  object: :"chat.completion.deleted"
}