mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2025-11-12 21:12:44 -05:00
refactor: Move build tools to experimental tools
This commit is contained in:
@ -95,6 +95,10 @@ QJsonArray ToolsFactory::getToolsDefinitions(LLMCore::ToolSchemaFormat format) c
|
||||
continue;
|
||||
}
|
||||
|
||||
if (it.value()->name() == "build_project" && !settings.enableBuildProjectTool()) {
|
||||
continue;
|
||||
}
|
||||
|
||||
const auto requiredPerms = it.value()->requiredPermissions();
|
||||
bool hasPermission = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user