feat: Add list for ignoring in request for llm

This commit is contained in:
Petr Mironychev
2025-04-17 00:53:50 +02:00
parent 7515599acb
commit 365f8306cb
9 changed files with 269 additions and 0 deletions

View File

@ -69,6 +69,7 @@ private:
CompletionProgressHandler m_progressHandler;
EditorChatButtonHandler m_chatButtonHandler;
QuickRefactorHandler *m_refactorHandler{nullptr};
LLMClientInterface *m_llmClient;
};
} // namespace QodeAssist