FEAT: NEW WORKFLOW ENGINE (#3160)
Co-authored-by: Joel <iamjoel007@gmail.com> Co-authored-by: Yeuoly <admin@srmxy.cn> Co-authored-by: JzoNg <jzongcode@gmail.com> Co-authored-by: StyleZhang <jasonapring2015@outlook.com> Co-authored-by: jyong <jyong@dify.ai> Co-authored-by: nite-knite <nkCoding@gmail.com> Co-authored-by: jyong <718720800@qq.com>
This commit is contained in:
@@ -262,18 +262,32 @@ const translation = {
|
||||
queryNoBeEmpty: '提示词中必须设置查询内容',
|
||||
},
|
||||
variableConig: {
|
||||
modalTitle: '变量设置',
|
||||
description: '设置变量 {{varName}}',
|
||||
fieldType: '字段类型',
|
||||
string: '文本',
|
||||
paragraph: '段落',
|
||||
select: '下拉选项',
|
||||
notSet: '未设置,在 Prompt 中输入 {{input}} 试试',
|
||||
stringTitle: '文本框设置',
|
||||
maxLength: '最大长度',
|
||||
options: '选项',
|
||||
addOption: '添加选项',
|
||||
apiBasedVar: '基于 API 的变量',
|
||||
'addModalTitle': '添加变量',
|
||||
'editModalTitle': '编辑变量',
|
||||
'description': '设置变量 {{varName}}',
|
||||
'fieldType': '字段类型',
|
||||
'string': '文本',
|
||||
'text-input': '文本',
|
||||
'paragraph': '段落',
|
||||
'select': '下拉选项',
|
||||
'number': '数字',
|
||||
'notSet': '未设置,在 Prompt 中输入 {{input}} 试试',
|
||||
'stringTitle': '文本框设置',
|
||||
'maxLength': '最大长度',
|
||||
'options': '选项',
|
||||
'addOption': '添加选项',
|
||||
'apiBasedVar': '基于 API 的变量',
|
||||
'varName': '变量名称',
|
||||
'inputPlaceholder': '请输入',
|
||||
'labelName': '显示名称',
|
||||
'required': '必填',
|
||||
'errorMsg': {
|
||||
varNameRequired: '变量名称必填',
|
||||
labelNameRequired: '显示名称必填',
|
||||
varNameCanBeRepeat: '变量名称不能重复',
|
||||
atLeastOneOption: '至少需要一个选项',
|
||||
optionRepeat: '选项不能重复',
|
||||
},
|
||||
},
|
||||
vision: {
|
||||
name: '视觉',
|
||||
@@ -342,6 +356,7 @@ const translation = {
|
||||
result: '结果',
|
||||
datasetConfig: {
|
||||
settingTitle: '召回设置',
|
||||
knowledgeTip: '点击 “+” 按钮添加知识库',
|
||||
retrieveOneWay: {
|
||||
title: 'N选1召回',
|
||||
description: '根据用户意图和知识库描述,由 Agent 自主判断选择最匹配的单个知识库来查询相关文本,适合知识库区分度大且知识库数量偏少的应用。',
|
||||
|
Reference in New Issue
Block a user