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