feat(editor): Add focus panel component (no-changelog) (#16620)

This commit is contained in:
Daria
2025-06-24 18:13:09 +03:00
committed by GitHub
parent 92afe036dd
commit 404f8451d5
8 changed files with 448 additions and 148 deletions

View File

@@ -745,6 +745,12 @@ export const RAG_STARTER_WORKFLOW_EXPERIMENT = {
variant: 'variant',
};
export const FOCUS_PANEL_EXPERIMENT = {
name: 'focus_panel',
control: 'control',
variant: 'variant',
};
export const EXPERIMENTS_TO_TRACK = [
EASY_AI_WORKFLOW_EXPERIMENT.name,
AI_CREDITS_EXPERIMENT.name,