# ChatCompletionSystemMessageParamContent System message content ## Supported Types ### `str` ```python value: str = /* values here */ ``` ### `List[models.ChatCompletionContentPartText]` ```python value: List[models.ChatCompletionContentPartText] = /* values here */ ```