feat: 优化工作流参数编辑与告警交互
- 新增 ParamTokenEditor,支持参数选择插入、token 高亮、整段删除与光标避让 - 参数候选改为动态监测,未映射参数可选择并在下拉与输入框顶部告警 - 接入知识库/搜索引擎/LLM/动态代码/HTTP Body 及 SQL、查询数据自定义节点 - 优化 Http 节点布局并补充参数解析工具与单测
This commit is contained in:
@@ -47,6 +47,7 @@ export const SearchDatacenterNode = async () => {
|
||||
},
|
||||
{
|
||||
type: 'textarea',
|
||||
templateSupport: true,
|
||||
label: "如:name='张三' and age=21 or field = {{流程变量}}",
|
||||
description: '',
|
||||
name: 'where',
|
||||
|
||||
@@ -16,6 +16,7 @@ export default {
|
||||
{
|
||||
name: 'sql',
|
||||
type: 'textarea',
|
||||
templateSupport: true,
|
||||
label: 'SQL',
|
||||
placeholder: $t('aiWorkflow.descriptions.enterSQL'),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user