mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
feat(editor): Add pre-built agents experiment (#18124)
This commit is contained in:
@@ -312,6 +312,20 @@ export class AgentV1 implements INodeType {
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
// eslint-disable-next-line n8n-nodes-base/node-param-display-name-miscased
|
||||
displayName: 'Get started faster with our',
|
||||
name: 'preBuiltAgentsCallout',
|
||||
type: 'callout',
|
||||
typeOptions: {
|
||||
calloutAction: {
|
||||
label: 'pre-built agents',
|
||||
icon: 'bot',
|
||||
type: 'openPreBuiltAgentsCollection',
|
||||
},
|
||||
},
|
||||
default: '',
|
||||
},
|
||||
{
|
||||
displayName:
|
||||
"This node is using Agent that has been deprecated. Please switch to using 'Tools Agent' instead.",
|
||||
|
||||
@@ -39,6 +39,20 @@ export class AgentV2 implements INodeType {
|
||||
type: 'callout',
|
||||
default: '',
|
||||
},
|
||||
{
|
||||
// eslint-disable-next-line n8n-nodes-base/node-param-display-name-miscased
|
||||
displayName: 'Get started faster with our',
|
||||
name: 'preBuiltAgentsCallout',
|
||||
type: 'callout',
|
||||
typeOptions: {
|
||||
calloutAction: {
|
||||
label: 'pre-built agents',
|
||||
icon: 'bot',
|
||||
type: 'openPreBuiltAgentsCollection',
|
||||
},
|
||||
},
|
||||
default: '',
|
||||
},
|
||||
promptTypeOptions,
|
||||
{
|
||||
...textFromPreviousNode,
|
||||
|
||||
Reference in New Issue
Block a user