feat(web): workflow check list
This commit is contained in:
@@ -2445,6 +2445,43 @@ export const zh = {
|
||||
output_cycle_vars: '最终循环变量',
|
||||
},
|
||||
sureReplace: '确认替换',
|
||||
checkList: '检查清单',
|
||||
checkListDesc: '发布前确保所有问题均已解决',
|
||||
checkListEmpty: '没有发现问题',
|
||||
notConnected: '此节点尚未连接到其他节点',
|
||||
goto: '转到',
|
||||
cannotBeEmpty: '不能为空',
|
||||
checkListErrors: {
|
||||
'llm.model_id': '模型',
|
||||
'llm.messages': '提示词',
|
||||
'end.output': '回复',
|
||||
'knowledge-retrieval.knowledge_retrieval': '知识库',
|
||||
'parameter-extractor.model_id': '模型',
|
||||
'parameter-extractor.text': '输入变量',
|
||||
'parameter-extractor.params': '提取参数',
|
||||
'memory-read.message': '消息',
|
||||
'memory-read.config_id': '记忆配置',
|
||||
'memory-read.search_switch': '检索模式',
|
||||
'memory-write.messages': '消息',
|
||||
'memory-write.config_id': '记忆配置',
|
||||
'if-else.cases': '条件',
|
||||
'question-classifier.model_id': '模型',
|
||||
'question-classifier.input_variable': '输入变量',
|
||||
'question-classifier.categories': '分类',
|
||||
'iteration.input': '输入变量',
|
||||
'iteration.output': '输出变量',
|
||||
'var-aggregator.group_variables': '变量',
|
||||
'assigner.assignments': '变量',
|
||||
'http-request.url': 'API URL',
|
||||
'http-request.body.data': 'binary文件类型变量',
|
||||
'code.input_variables': '输入变量',
|
||||
'code.code': '代码',
|
||||
'code.output_variables': '输出变量',
|
||||
'jinja-render.mapping': '输入变量',
|
||||
'jinja-render.template': '模板',
|
||||
'document-extractor.file_selector': '文件变量',
|
||||
'list-operator.input_list': '输入变量',
|
||||
},
|
||||
},
|
||||
emotionEngine: {
|
||||
emotionEngineConfig: '情感引擎配置',
|
||||
|
||||
Reference in New Issue
Block a user