mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-29 09:44:47 +00:00
4.8.12 dev (#2928)
* perf: optimize global variables (#2863) * feat: add global variable types * add global variables to debug * fix select dnd * unify InputTypeConfig params * feat: http node url support variables (#2891) * feat: http node url support variables * change to prompt editor * fix: global variables (#2892) * fix global variables * fix type * perf: global variables * perf: workflow delete node error (#2905) * update lock * update 4812 doc * feat: add node course url config (#2897) * feat: add node course url config * change plugin course url * change default doc url * change url store * delete unused code * fix: global variable (#2915) * fix: global variable * add comment * fix: interactive check * locj * perf: debug switch to global tab when click run & global var default reset (#2925) * fix: tool course url * fix: global var default value & wrap variable form (#2926) * fix: add dataset tags not update render (#2927) * feat: tool will save histories * perf: global variables code * perf: FE_DOMAIN config --------- Co-authored-by: heheer <heheer@sealos.io>
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
"Login": "登录",
|
||||
"Move": "移动",
|
||||
"Name": "名称",
|
||||
"None": "无",
|
||||
"Rename": "重命名",
|
||||
"Resume": "恢复",
|
||||
"Running": "运行中",
|
||||
@@ -755,7 +756,6 @@
|
||||
"core.module.variable.select type": "下拉单选",
|
||||
"core.module.variable.text max length": "最大长度",
|
||||
"core.module.variable.textarea type": "段落",
|
||||
"core.module.variable.variable name": "变量名",
|
||||
"core.module.variable.variable name is required": "变量名不能为空",
|
||||
"core.module.variable.variable option is required": "选项不能全空",
|
||||
"core.module.variable.variable option is value is required": "选项内容不能为空",
|
||||
@@ -786,7 +786,6 @@
|
||||
"core.workflow.Stop debug": "停止调试",
|
||||
"core.workflow.Success": "运行成功",
|
||||
"core.workflow.Value type": "数据类型",
|
||||
"core.workflow.Variable.Variable type": "变量类型",
|
||||
"core.workflow.debug.Done": "完成调试",
|
||||
"core.workflow.debug.Hide result": "隐藏结果",
|
||||
"core.workflow.debug.Not result": "无运行结果",
|
||||
|
@@ -2,7 +2,11 @@
|
||||
"Array_element": "数组元素",
|
||||
"Code": "代码",
|
||||
"Confirm_sync_node": "将会更新至最新的节点配置,不存在模板中的字段将会被删除(包括所有自定义字段)。\n如果字段较为复杂,建议您先复制一份节点,再更新原来的节点,便于参数复制。",
|
||||
"Node_variables": "节点变量",
|
||||
"Node.Open_Node_Course": "查看节点教程",
|
||||
"Quote_prompt_setting": "引用提示词配置",
|
||||
"Variable.Variable type": "变量类型",
|
||||
"Variable_name": "变量名",
|
||||
"add_new_input": "新增输入",
|
||||
"add_new_output": "新增输出",
|
||||
"append_application_reply_to_history_as_new_context": "将该应用回复内容拼接到历史记录中,作为新的上下文返回",
|
||||
@@ -180,6 +184,7 @@
|
||||
"user_question": "用户问题",
|
||||
"user_question_tool_desc": "用户输入的问题(问题需要完善)",
|
||||
"value_type": "数据类型",
|
||||
"variable_description": "变量描述",
|
||||
"variable_picker_tips": "可输入节点名或变量名搜索",
|
||||
"variable_update": "变量更新",
|
||||
"workflow.My edit": "我的编辑",
|
||||
|
Reference in New Issue
Block a user