mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
feat(editor): Auto-add LLM chain for new LLM nodes on empty canvas (#10245)
Co-authored-by: JP van Oosten <jp@n8n.io>
This commit is contained in:
@@ -1808,8 +1808,8 @@ export type AddedNode = {
|
||||
} & Partial<INodeUi>;
|
||||
|
||||
export type AddedNodeConnection = {
|
||||
from: { nodeIndex: number; outputIndex?: number };
|
||||
to: { nodeIndex: number; inputIndex?: number };
|
||||
from: { nodeIndex: number; outputIndex?: number; type?: NodeConnectionType };
|
||||
to: { nodeIndex: number; inputIndex?: number; type?: NodeConnectionType };
|
||||
};
|
||||
|
||||
export type AddedNodesAndConnections = {
|
||||
|
||||
Reference in New Issue
Block a user