mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-04-03 11:22:59 -04:00
feat: Rename old llmcore module to pluginllmcore
This commit is contained in:
@ -35,7 +35,7 @@ ToolHandler::ToolHandler(QObject *parent)
|
||||
QFuture<QString> ToolHandler::executeToolAsync(
|
||||
const QString &requestId,
|
||||
const QString &toolId,
|
||||
LLMCore::BaseTool *tool,
|
||||
PluginLLMCore::BaseTool *tool,
|
||||
const QJsonObject &input)
|
||||
{
|
||||
if (!tool) {
|
||||
|
||||
Reference in New Issue
Block a user