Schema representing a ChatCompletionRequestSystemMessage within the OpenAI API
@type t() :: %ExOpenAI.Components.ChatCompletionRequestSystemMessage{ content: String.t(), name: String.t() | nil, role: :system }