Skip to content

Commit

Permalink
Update experimental_features.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaliidm authored Jul 1, 2024
1 parent e33f11e commit 0b205a0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 0b205a0

Please sign in to comment.