mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 18:41:14 +00:00
feat: Add planning step to AI workflow builder (no-changelog) (#18737)
Co-authored-by: Eugene Molodkin <eugene@n8n.io>
This commit is contained in:
@@ -1882,7 +1882,9 @@ watch(
|
||||
};
|
||||
|
||||
fallbackNodes.value =
|
||||
builderStore.isAIBuilderEnabled && builderStore.isAssistantEnabled
|
||||
builderStore.isAIBuilderEnabled &&
|
||||
builderStore.isAssistantEnabled &&
|
||||
builderStore.assistantMessages.length === 0
|
||||
? [aiPromptItem]
|
||||
: [addNodesItem];
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user