mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-08-19 00:40:59 +00:00
refactor: consolidate bot event routing
This commit is contained in:
committed by
huanghuoguoguo
parent
662627142e
commit
7fb393b85b
@@ -486,7 +486,17 @@ export default function WizardPage() {
|
||||
adapter: existingBot.adapter,
|
||||
adapter_config: existingBot.adapter_config,
|
||||
enable: existingBot.enable,
|
||||
use_pipeline_uuid: pipelineResp.uuid,
|
||||
event_bindings: [
|
||||
{
|
||||
event_pattern: 'message.received',
|
||||
target_type: 'pipeline',
|
||||
target_uuid: pipelineResp.uuid,
|
||||
filters: [],
|
||||
priority: 0,
|
||||
enabled: true,
|
||||
description: '',
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
setCurrentStep(3);
|
||||
|
||||
Reference in New Issue
Block a user