# ChatCompletionUserMessageParamContent User message content ## Supported Types ### `str` ```python value: str = /* values here */ ``` ### `List[models.ChatCompletionContentPart]` ```python value: List[models.ChatCompletionContentPart] = /* values here */ ```