mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-27 16:33:49 +00:00
feat: The workflow quickly adds applications (#4882)
* feat: add node by handle (#4860) * feat: add node by handle * fix * fix edge filter * fix * move utils * move context * scale handle * move postion to handle params & optimize handle scale (#4878) * move position to handle params * close button scale * perf: node template ui * remove handle scale (#4880) * feat: handle connect * add mouse down duration check (#4881) * perf: long press time * tool handle size * optimize add node by handle (#4883) --------- Co-authored-by: heheer <heheer@sealos.io>
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
{
|
||||
"Array_element": "数组元素",
|
||||
"Array_element_index": "下标",
|
||||
"Click": "点击",
|
||||
"Code": "代码",
|
||||
"Confirm_sync_node": "将会更新至最新的节点配置,不存在模板中的字段将会被删除(包括所有自定义字段)。\n如果字段较为复杂,建议您先复制一份节点,再更新原来的节点,便于参数复制。",
|
||||
"Drag": "拖拽",
|
||||
"Node.Open_Node_Course": "查看节点教程",
|
||||
"Node_variables": "节点变量",
|
||||
"Quote_prompt_setting": "引用提示词配置",
|
||||
@@ -175,6 +177,8 @@
|
||||
"text_content_extraction": "文本内容提取",
|
||||
"text_to_extract": "需要提取的文本",
|
||||
"these_variables_will_be_input_parameters_for_code_execution": "这些变量会作为代码的运行的输入参数",
|
||||
"to_add_node": "添加节点",
|
||||
"to_connect_node": "连接节点",
|
||||
"tool.tool_result": "工具运行结果",
|
||||
"tool_call_termination": "工具调用终止",
|
||||
"tool_custom_field": "自定义工具变量",
|
||||
|
Reference in New Issue
Block a user