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

@ -62,6 +62,8 @@ public:
// exposed for tests
void sendData(const QByteArray &data) override;
Context::ContextManager *contextManager() const;
protected:
void startImpl() override;