mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-22 12:19:09 +00:00
fix: Clean up EASY_AI_WORKFLOW_EXPERIMENT (#16839)
This commit is contained in:
@@ -726,12 +726,6 @@ export const KEEP_AUTH_IN_NDV_FOR_NODES = [
|
||||
export const MAIN_AUTH_FIELD_NAME = 'authentication';
|
||||
export const NODE_RESOURCE_FIELD_NAME = 'resource';
|
||||
|
||||
export const EASY_AI_WORKFLOW_EXPERIMENT = {
|
||||
name: '026_easy_ai_workflow',
|
||||
control: 'control',
|
||||
variant: 'variant',
|
||||
};
|
||||
|
||||
export const AI_CREDITS_EXPERIMENT = {
|
||||
name: '027_free_openai_calls',
|
||||
control: 'control',
|
||||
@@ -757,12 +751,10 @@ export const FOCUS_PANEL_EXPERIMENT = {
|
||||
};
|
||||
|
||||
export const EXPERIMENTS_TO_TRACK = [
|
||||
EASY_AI_WORKFLOW_EXPERIMENT.name,
|
||||
AI_CREDITS_EXPERIMENT.name,
|
||||
WORKFLOW_BUILDER_EXPERIMENT.name,
|
||||
RAG_STARTER_WORKFLOW_EXPERIMENT.name,
|
||||
];
|
||||
|
||||
export const WORKFLOW_EVALUATION_EXPERIMENT = '032_evaluation_mvp';
|
||||
|
||||
export const MFA_FORM = {
|
||||
|
||||
Reference in New Issue
Block a user