Provides struct and type for a Chat.Completion.PredictionContent
@type t() :: %OpenAi.Chat.Completion.PredictionContent{ content: String.t() | [map()], type: String.t() }