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