--- title: "ChatSystemMessageContent" --- System message content ## Supported Types ### `str` ```python value: str = /* values here */ ``` ### `List[components.ChatContentText]` ```python value: List[components.ChatContentText] = /* values here */ ```