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

@ -449,7 +449,7 @@ void ChatRootView::openChatHistoryFolder()
QDesktopServices::openUrl(url);
}
void ChatRootView::testRAG()
void ChatRootView::testRAG(const QString &message)
{
auto project = ProjectExplorer::ProjectTree::currentProject();
if (!project) {
@ -457,7 +457,7 @@ void ChatRootView::testRAG()
return;
}
const QString TEST_QUERY = "";
const QString TEST_QUERY = message;
qDebug() << "Starting RAG test with query:";
qDebug() << TEST_QUERY;