Input Either a plain string (single user turn) or a chronological array of USER/ASSISTANT messages. The final array message must be USER. Supported Types str value: str = /* values here */ List[models.PlatformChatInputMessage] value: List[models.PlatformChatInputMessage] = /* values here */