--- title: "ChatAssistantMessageContent" --- Assistant message content ## Supported Types ### `str` ```python value: str = /* values here */ ``` ### `List[components.ChatContentItems]` ```python value: List[components.ChatContentItems] = /* values here */ ``` ### `Any` ```python value: Any = /* values here */ ```