feat(editor): Pre built agents experiment v2 (no-changelog) (#18842)

This commit is contained in:
Jaakko Husso
2025-08-28 09:40:52 +03:00
committed by GitHub
parent 07915c6b25
commit 883e887666
23 changed files with 3991 additions and 70 deletions

View File

@@ -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: '',

View File

@@ -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: '',