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