feat(web): workflow check list
This commit is contained in:
@@ -1396,6 +1396,43 @@ export const en = {
|
||||
pleaseUploadFile: 'Please upload file',
|
||||
setting: 'Settings',
|
||||
features: 'Conversation Features',
|
||||
checkList: 'Check List',
|
||||
checkListDesc: 'Ensure all issues are resolved before publishing',
|
||||
checkListEmpty: 'No issues found',
|
||||
notConnected: 'This node is not connected to other nodes',
|
||||
goto: 'Go to',
|
||||
cannotBeEmpty: 'cannot be empty',
|
||||
checkListErrors: {
|
||||
'llm.model_id': 'Model',
|
||||
'llm.messages': 'Messages',
|
||||
'end.output': 'Output',
|
||||
'knowledge-retrieval.knowledge_retrieval': 'Knowledge bases',
|
||||
'parameter-extractor.model_id': 'Model',
|
||||
'parameter-extractor.text': 'Input variable',
|
||||
'parameter-extractor.params': 'Params',
|
||||
'memory-read.message': 'Message',
|
||||
'memory-read.config_id': 'Memory config',
|
||||
'memory-read.search_switch': 'Search mode',
|
||||
'memory-write.messages': 'Messages',
|
||||
'memory-write.config_id': 'Memory config',
|
||||
'if-else.cases': 'Condition',
|
||||
'question-classifier.model_id': 'Model',
|
||||
'question-classifier.input_variable': 'Input variable',
|
||||
'question-classifier.categories': 'Categories',
|
||||
'iteration.input': 'Input variable',
|
||||
'iteration.output': 'Output variable',
|
||||
'var-aggregator.group_variables': 'Variables',
|
||||
'assigner.assignments': 'Variables',
|
||||
'http-request.url': 'API URL',
|
||||
'http-request.body.data': 'Binary file variable',
|
||||
'code.input_variables': 'Input variables',
|
||||
'code.code': 'Code',
|
||||
'code.output_variables': 'Output variables',
|
||||
'jinja-render.mapping': 'Input variables',
|
||||
'jinja-render.template': 'Template',
|
||||
'document-extractor.file_selector': 'File variable',
|
||||
'list-operator.input_list': 'Input list',
|
||||
},
|
||||
file_upload: 'File Upload',
|
||||
file_upload_desc: 'The chat input box supports file uploads. Types include images, documents, and other types',
|
||||
settings: 'File Upload Settings',
|
||||
@@ -2442,7 +2479,45 @@ Memory Bear: After the rebellion, regional warlordism intensified for several re
|
||||
iteration: 'Iteration',
|
||||
input_cycle_vars: 'Initial Loop Variables',
|
||||
output_cycle_vars: 'Final Loop Variables',
|
||||
}
|
||||
},
|
||||
sureReplace: '确认替换',
|
||||
checkList: 'Check List',
|
||||
checkListDesc: 'Ensure all issues are resolved before publishing',
|
||||
checkListEmpty: 'No issues found',
|
||||
notConnected: 'This node is not connected to other nodes',
|
||||
goto: 'Go to',
|
||||
cannotBeEmpty: 'cannot be empty',
|
||||
checkListErrors: {
|
||||
'llm.model_id': 'Model',
|
||||
'llm.messages': 'Messages',
|
||||
'end.output': 'Output',
|
||||
'knowledge-retrieval.knowledge_retrieval': 'Knowledge bases',
|
||||
'parameter-extractor.model_id': 'Model',
|
||||
'parameter-extractor.text': 'Input variable',
|
||||
'parameter-extractor.params': 'Params',
|
||||
'memory-read.message': 'Message',
|
||||
'memory-read.config_id': 'Memory config',
|
||||
'memory-read.search_switch': 'Search mode',
|
||||
'memory-write.messages': 'Messages',
|
||||
'memory-write.config_id': 'Memory config',
|
||||
'if-else.cases': 'Condition',
|
||||
'question-classifier.model_id': 'Model',
|
||||
'question-classifier.input_variable': 'Input variable',
|
||||
'question-classifier.categories': 'Categories',
|
||||
'iteration.input': 'Input variable',
|
||||
'iteration.output': 'Output variable',
|
||||
'var-aggregator.group_variables': 'Variables',
|
||||
'assigner.assignments': 'Variables',
|
||||
'http-request.url': 'API URL',
|
||||
'http-request.body.data': 'Binary file variable',
|
||||
'code.input_variables': 'Input variables',
|
||||
'code.code': 'Code',
|
||||
'code.output_variables': 'Output variables',
|
||||
'jinja-render.mapping': 'Input variables',
|
||||
'jinja-render.template': 'Template',
|
||||
'document-extractor.file_selector': 'File variable',
|
||||
'list-operator.input_list': 'Input list',
|
||||
},
|
||||
},
|
||||
emotionEngine: {
|
||||
emotionEngineConfig: 'Emotion Engine Configuration',
|
||||
|
||||
Reference in New Issue
Block a user