API DocsOutput WidgetsChatChat Display strings like a chat. import mercury as mr messages = ["What is your name?", "My name is Piotr", "How are you?", "Fine, thanks!"] mr.Chat(messages) Parameters messages (list of strings) - a list of strings to be displayed as chat Output WidgetsConfetti