mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-15 15:41:05 +00:00
fix: node copy, debug variables, auto-execution (#5664)
* fix debug variables * auto execute condition * fix autoTTSResponse * node copy * memory debug nodes * doc * yuque doc * fix: debug * img * i18n --------- Co-authored-by: archer <545436317@qq.com>
This commit is contained in:
@@ -707,7 +707,6 @@
|
||||
"core.workflow.Custom outputs": "Custom Outputs",
|
||||
"core.workflow.Dataset quote": "Dataset Quote",
|
||||
"core.workflow.Debug": "Debug",
|
||||
"core.workflow.Debug Node": "Debug Mode",
|
||||
"core.workflow.Failed": "Run Failed",
|
||||
"core.workflow.Not intro": "This Node Has No Introduction",
|
||||
"core.workflow.Run": "Run",
|
||||
|
@@ -46,6 +46,7 @@
|
||||
"dataset_quote_role_system_option_desc": "Historical records should be consistent first (recommended)",
|
||||
"dataset_quote_role_tip": "When set to System, the knowledge base reference content will be placed in the system message, which can ensure the continuity of the history record, but the constraint effect may not be good.\n\nWhen set to User, the knowledge base reference content will be placed in the user message, and the {{question}} variable location needs to be specified. \nIt will have a certain impact on the consistency of historical records, but usually the constraint effect is better.",
|
||||
"dataset_quote_role_user_option_desc": "Strong constraints take precedence",
|
||||
"debug_test": "Debug debugging",
|
||||
"dynamic_input_description": "Receive the output value of the previous node as a variable, which can be used by Laf request parameters.",
|
||||
"edit_input": "Edit Input",
|
||||
"edit_output": "Edit output",
|
||||
|
Reference in New Issue
Block a user