From 0b205a0f4b8e24e8d23e86875ffc927a515a9fba Mon Sep 17 00:00:00 2001 From: Vitalii Dmyterko <92328789+vitaliidm@users.noreply.github.com> Date: Mon, 1 Jul 2024 13:12:22 +0100 Subject: [PATCH] Update experimental_features.ts --- .../plugins/security_solution/common/experimental_features.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x-pack/plugins/security_solution/common/experimental_features.ts b/x-pack/plugins/security_solution/common/experimental_features.ts index acf4c52a34623..526e9943ce703 100644 --- a/x-pack/plugins/security_solution/common/experimental_features.ts +++ b/x-pack/plugins/security_solution/common/experimental_features.ts @@ -120,7 +120,7 @@ export const allowedExperimentalValues = Object.freeze({ /** * Enables the Assistant Model Evaluation advanced setting and API endpoint, introduced in `8.11.0`. */ - assistantModelEvaluation: true, + assistantModelEvaluation: false, /** * Enables the Assistant Knowledge Base by default, introduced in `8.15.0`. @@ -156,7 +156,7 @@ export const allowedExperimentalValues = Object.freeze({ /** * Enables AI assistant on rule creation form when query has error */ - AIAssistantOnRuleCreationFormEnabled: true, + AIAssistantOnRuleCreationFormEnabled: false, /** * Disables the timeline save tour.