refactor: Move UI controls to own lib

This commit is contained in:
Petr Mironychev
2025-09-29 18:55:51 +02:00
parent a52c86c6f0
commit 7663bd34af
11 changed files with 34 additions and 4 deletions

View File

@ -47,6 +47,7 @@ ChatRootView::ChatRootView(QQuickItem *parent)
, m_chatModel(new ChatModel(this))
, m_promptProvider(LLMCore::PromptTemplateManager::instance())
, m_clientInterface(new ClientInterface(m_chatModel, &m_promptProvider, this))
, m_isRequestInProgress(false)
{
m_isSyncOpenFiles = Settings::chatAssistantSettings().linkOpenFiles();
connect(