mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
feat(editor): Pre built agents experiment v2 (no-changelog) (#18842)
This commit is contained in:
@@ -39,10 +39,10 @@ const preBuiltAgentsCallout: INodeProperties = {
|
||||
type: 'callout',
|
||||
typeOptions: {
|
||||
calloutAction: {
|
||||
label: 'Voice assistant agent',
|
||||
label: 'Calendar agent',
|
||||
icon: 'bot',
|
||||
type: 'openSampleWorkflowTemplate',
|
||||
templateId: 'voice_assistant_agent_with_telegram_and_gcal',
|
||||
templateId: 'calendar_agent_with_gcal',
|
||||
},
|
||||
},
|
||||
default: '',
|
||||
|
||||
@@ -37,7 +37,7 @@ const preBuiltAgentsCallout: INodeProperties = {
|
||||
label: 'Voice assistant agent',
|
||||
icon: 'bot',
|
||||
type: 'openSampleWorkflowTemplate',
|
||||
templateId: 'voice_assistant_agent_with_telegram_and_gcal',
|
||||
templateId: 'voice_assistant_agent_with_telegram',
|
||||
},
|
||||
},
|
||||
default: '',
|
||||
|
||||
Reference in New Issue
Block a user