Fix clear message history

This commit is contained in:
Petr Mironychev
2024-09-23 23:54:36 +02:00
parent aac58d6933
commit 9745997952
4 changed files with 11 additions and 0 deletions

View File

@ -134,6 +134,7 @@ void ChatWidget::clear()
{
m_chatDisplay->clear();
m_currentAIResponse.clear();
m_chatClient->clearMessages();
}
void ChatWidget::scrollToBottom()