mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
feat(core): Implement partial execution of tool nodes (no-changelog) (#14939)
This commit is contained in:
@@ -43,6 +43,25 @@ export const predefinedNodesTypes: INodeTypeData = {
|
||||
type: new SplitInBatches(),
|
||||
sourcePath: '',
|
||||
},
|
||||
'n8n-nodes-base.toolTest': {
|
||||
sourcePath: '',
|
||||
type: {
|
||||
description: {
|
||||
displayName: 'Test tool',
|
||||
name: 'toolTest',
|
||||
group: ['transform'],
|
||||
version: 1,
|
||||
description: 'Test tool',
|
||||
inputs: [],
|
||||
defaults: {
|
||||
name: 'Test Tool',
|
||||
color: '#0000FF',
|
||||
},
|
||||
outputs: [NodeConnectionTypes.AiTool],
|
||||
properties: [],
|
||||
},
|
||||
},
|
||||
},
|
||||
'n8n-nodes-base.versionTest': {
|
||||
sourcePath: '',
|
||||
type: {
|
||||
|
||||
Reference in New Issue
Block a user