Schema representing a DeleteAssistantResponse within the OpenAI API
@type t() :: %ExOpenAI.Components.DeleteAssistantResponse{ deleted: boolean(), id: String.t(), object: :"assistant.deleted" }