ChatMessage

fun ChatMessage(msg: Message, modifier: Modifier = Modifier, isAnimationInProgress: (Boolean) -> Unit = {})

TODO, maybe this could be improved by having a GeminiMessage and a UserMessage composable and doing the same with the Message class