Skip to content

Commit 5112e8a

Browse files
Change default settings to true
Signed-off-by: Nathalie Jonathan <nathhjo@amazon.com>
1 parent d1e53af commit 5112e8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/src/main/java/org/opensearch/ml/common/settings/MLCommonsSettings.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ private MLCommonsSettings() {}
339339

340340
// Feature flag for execute tool API
341341
public static final Setting<Boolean> ML_COMMONS_EXECUTE_TOOL_ENABLED = Setting
342-
.boolSetting(ML_PLUGIN_SETTING_PREFIX + "execute_tools_enabled", false, Setting.Property.NodeScope, Setting.Property.Dynamic);
342+
.boolSetting(ML_PLUGIN_SETTING_PREFIX + "execute_tools_enabled", true, Setting.Property.NodeScope, Setting.Property.Dynamic);
343343
public static final String ML_COMMONS_EXECUTE_TOOL_DISABLED_MESSAGE =
344344
"The Execute Tool API is not enabled. To enable, please update the setting " + ML_COMMONS_EXECUTE_TOOL_ENABLED.getKey();
345345

0 commit comments

Comments
 (0)