diff --git a/_ml-commons-plugin/cluster-settings.md b/_ml-commons-plugin/cluster-settings.md index efb13dd73a..c49a5781b0 100644 --- a/_ml-commons-plugin/cluster-settings.md +++ b/_ml-commons-plugin/cluster-settings.md @@ -492,3 +492,17 @@ plugins.ml_commons.rag_pipeline_feature_enabled: true - Default value: `true` - Valid values: `false`, `true` + +## Enable PPL execution in PPLTool +PPLTool is one of the tools in agent framework, this tool can generate PPL based on natrual language and execute the generated PPL. This setting provides cluster level control on whether execute PPL. When set to false, PPL will not execute, when set to true, PPLTool honers the `execute` parameter in PPLTool itself. + +### Setting + +``` +plugins.skills.ppl_execution_enabled: false +``` + +### Values + +- Default value: `false` +- Valid values: `false`, `true`