mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-05-30 02:49:12 -04:00
feat: Add max continuation tools settings
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
#include <settings/ChatAssistantSettings.hpp>
|
||||
#include <settings/GeneralSettings.hpp>
|
||||
#include <settings/QuickRefactorSettings.hpp>
|
||||
#include <settings/ToolsSettings.hpp>
|
||||
|
||||
namespace QodeAssist {
|
||||
|
||||
@@ -139,6 +140,9 @@ void QuickRefactorHandler::prepareAndSendRequest(
|
||||
enableTools,
|
||||
enableThinking);
|
||||
|
||||
provider->client()->setMaxToolContinuations(
|
||||
Settings::toolsSettings().maxToolContinuations());
|
||||
|
||||
m_isRefactoringInProgress = true;
|
||||
|
||||
connect(
|
||||
|
||||
Reference in New Issue
Block a user