Schema representing a ResponseRefusalDoneEvent within the OpenAI API
@type t() :: %ExOpenAI.Components.ResponseRefusalDoneEvent{ content_index: integer(), item_id: String.t(), output_index: integer(), refusal: String.t(), type: :"response.refusal.done" }