refactor: Add external LLMCore lib (#334)

* feat: Add LLMCore submodule
This commit is contained in:
Petr Mironychev
2026-04-03 12:30:40 +02:00
committed by GitHub
parent 15d714588f
commit 6c05f0d594
137 changed files with 1340 additions and 4905 deletions

View File

@ -25,7 +25,7 @@
#include <QObject>
#include <QString>
#include <llmcore/BaseTool.hpp>
#include <pluginllmcore/BaseTool.hpp>
namespace QodeAssist::Tools {
@ -39,7 +39,7 @@ public:
QFuture<QString> executeToolAsync(
const QString &requestId,
const QString &toolId,
LLMCore::BaseTool *tool,
PluginLLMCore::BaseTool *tool,
const QJsonObject &input);
void cleanupRequest(const QString &requestId);