feat: Prepare widget for chat

This commit is contained in:
Petr Mironychev
2025-04-09 18:27:25 +02:00
parent 56e5ef22f1
commit 418578743a
7 changed files with 345 additions and 0 deletions

View File

@ -27,6 +27,7 @@
#include "LLMClientInterface.hpp"
#include "LSPCompletion.hpp"
#include "widgets/CompletionProgressHandler.hpp"
#include "widgets/EditorChatButtonHandler.hpp"
#include <languageclient/client.h>
#include <llmcore/IPromptProvider.hpp>
#include <llmcore/IProviderRegistry.hpp>
@ -62,6 +63,7 @@ private:
QElapsedTimer m_typingTimer;
int m_recentCharCount;
CompletionProgressHandler m_progressHandler;
EditorChatButtonHandler m_chatButtonHandler;
};
} // namespace QodeAssist