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

@ -64,7 +64,8 @@ public:
Q_INVOKABLE void removeFileFromLinkList(int index);
Q_INVOKABLE void calculateMessageTokensCount(const QString &message);
Q_INVOKABLE void setIsSyncOpenFiles(bool state);
Q_INVOKABLE void testRAG();
Q_INVOKABLE void openChatHistoryFolder();
Q_INVOKABLE void testRAG(const QString &message);
Q_INVOKABLE void updateInputTokensCount();
int inputTokensCount() const;