mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-28 00:56:26 +00:00
perf: all plugin variables type support referense & replace input and textarea with prompt editor (#2950)
* support reference as plugin variables * replace input and textarea with prompt editor * adjust height & optimize textarea and input * input select
This commit is contained in:
@@ -805,6 +805,7 @@
|
||||
"core.workflow.inputType.selectDataset": "知识库选择",
|
||||
"core.workflow.inputType.selectLLMModel": "对话模型选择",
|
||||
"core.workflow.inputType.switch": "开关",
|
||||
"core.workflow.inputType.textInput": "文本输入框",
|
||||
"core.workflow.inputType.textarea": "多行输入框",
|
||||
"core.workflow.publish.OnRevert version": "点击回退到该版本",
|
||||
"core.workflow.publish.OnRevert version confirm": "确认回退至该版本?会为您保存编辑中版本的配置,并为回退版本创建一个新的发布版本。",
|
||||
|
@@ -2,8 +2,8 @@
|
||||
"Array_element": "数组元素",
|
||||
"Code": "代码",
|
||||
"Confirm_sync_node": "将会更新至最新的节点配置,不存在模板中的字段将会被删除(包括所有自定义字段)。\n如果字段较为复杂,建议您先复制一份节点,再更新原来的节点,便于参数复制。",
|
||||
"Node_variables": "节点变量",
|
||||
"Node.Open_Node_Course": "查看节点教程",
|
||||
"Node_variables": "节点变量",
|
||||
"Quote_prompt_setting": "引用提示词配置",
|
||||
"Variable.Variable type": "变量类型",
|
||||
"Variable_name": "变量名",
|
||||
@@ -55,6 +55,7 @@
|
||||
"field_description_placeholder": "描述该输入字段的功能,如果为工具调用参数,则该描述会影响模型生成的质量",
|
||||
"field_name_already_exists": "字段名已经存在",
|
||||
"field_required": "必填",
|
||||
"field_used_as_reference": "支持变量引用",
|
||||
"field_used_as_tool_input": "作为工具调用参数",
|
||||
"filter_description": "目前支持标签和创建时间过滤,需按照以下格式填写:\n{\n \"tags\": {\n \"$and\": [\"标签 1\",\"标签 2\"],\n \"$or\": [\"有 $and 标签时,and 生效,or 不生效\"]\n },\n \"createTime\": {\n \"$gte\": \"YYYY-MM-DD HH:mm 格式即可,集合的创建时间大于该时间\",\n \"$lte\": \"YYYY-MM-DD HH:mm 格式即可,集合的创建时间小于该时间,可和 $gte 共同使用\"\n }\n}",
|
||||
"form_input_result": "用户完整输入结果",
|
||||
|
Reference in New Issue
Block a user