feat: 优化工作流字段化参数配置
- 开始节点固定 user_input 并区分系统入口与自定义参数 - LLM 与知识库节点切换为字段值加上游引用配置 - 单节点调试改为字段预览与上游引用输入模式
This commit is contained in:
@@ -7,6 +7,7 @@ interface BotInfo {
|
||||
displayPublishStatus?: string;
|
||||
created: string;
|
||||
createdBy: number;
|
||||
createdByName?: string;
|
||||
deptId: number;
|
||||
description: string;
|
||||
icon: string;
|
||||
|
||||
Reference in New Issue
Block a user