Provides struct and type for a Response.Text.DoneEvent
@type t() :: %OpenAi.Response.Text.DoneEvent{ content_index: integer(), item_id: String.t(), output_index: integer(), text: String.t(), type: String.t() }