mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-27 16:04:21 +00:00
refactor: switch pipeline_cfg related fields to new pipeline config
This commit is contained in:
@@ -54,3 +54,19 @@ stages:
|
||||
type: integer
|
||||
required: true
|
||||
default: 60
|
||||
- name: strategy
|
||||
label:
|
||||
en_US: Strategy
|
||||
zh_CN: 策略
|
||||
type: select
|
||||
required: true
|
||||
default: drop
|
||||
options:
|
||||
- name: drop
|
||||
label:
|
||||
en_US: Drop
|
||||
zh_CN: 丢弃
|
||||
- name: wait
|
||||
label:
|
||||
en_US: Wait
|
||||
zh_CN: 等待
|
||||
Reference in New Issue
Block a user