Skip to content

Commit 148672e

Browse files
authored
change default agent framework flag to true due to GA (opensearch-project#2254)
Signed-off-by: Jing Zhang <[email protected]>
1 parent e8f4233 commit 148672e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,5 +183,5 @@ private MLCommonsSettings() {}
183183

184184
// This setting is to enable/disable agent related API register/execute/delete/get/search agent.
185185
public static final Setting<Boolean> ML_COMMONS_AGENT_FRAMEWORK_ENABLED = Setting
186-
.boolSetting("plugins.ml_commons.agent_framework_enabled", false, Setting.Property.NodeScope, Setting.Property.Dynamic);
186+
.boolSetting("plugins.ml_commons.agent_framework_enabled", true, Setting.Property.NodeScope, Setting.Property.Dynamic);
187187
}

0 commit comments

Comments
 (0)