Gemini Chat
fun GeminiChat(modifier: Modifier, newMsg: Message, chatInputHeight: Dp, isPendingOrAnimationInProgress: (Boolean) -> Unit = {})
A Gemini chat box, where newMsgs are added to the list of messages. If a new message is not from the user and is not a loading message and not a pending, it will replace the previously loading message.
Parameters
is Pending Or Animation In Progress
, an optional callback that can be used to know when a message is pending or animating