mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-26 23:44:19 +00:00
feat: use dynamic form to render pipeline config
This commit is contained in:
@@ -18,5 +18,6 @@ export interface PipelineConfigTab {
|
||||
export interface PipelineConfigStage {
|
||||
name: string;
|
||||
label: I18nLabel;
|
||||
description?: I18nLabel;
|
||||
config: IDynamicFormItemSchema[];
|
||||
}
|
||||
Reference in New Issue
Block a user