fix: Rebase on main

This commit is contained in:
Petr Mironychev
2025-01-27 09:44:17 +01:00
parent 7b73d7af7b
commit 09c38c8b0e
3 changed files with 5 additions and 4 deletions

View File

@ -198,7 +198,7 @@ ChatRootView {
}
attachFiles.onClicked: root.showAttachFilesDialog()
linkFiles.onClicked: root.showLinkFilesDialog()
testRag.onClicked: root.testRAG()
testRag.onClicked: root.testRAG(messageInput.text)
}
}