Skip to content

Commit

Permalink
change default agent framework flag to true due to GA
Browse files Browse the repository at this point in the history
Signed-off-by: Jing Zhang <[email protected]>
  • Loading branch information
jngz-es committed Mar 20, 2024
1 parent e8f4233 commit c2a24cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -183,5 +183,5 @@ private MLCommonsSettings() {}

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

0 comments on commit c2a24cb

Please sign in to comment.