mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 13:03:50 +00:00
@@ -81,7 +81,7 @@
|
||||
"intro_http_request": "Can send an HTTP request to perform more complex operations (network search, database query, etc.)",
|
||||
"intro_knowledge_base_search_merge": "Can merge multiple Dataset search results for output. Uses RRF merging method for final sorting output.",
|
||||
"intro_laf_function_call": "Can call cloud functions under the Laf account.",
|
||||
"intro_loop": "You can input an array, the elements in the array will execute the loop body independently, and output all results as an array.",
|
||||
"intro_loop": "Input an array, iterate through the array and use each array element as an input element to execute the workflow.",
|
||||
"intro_plugin_input": "Can configure what inputs the plugin needs and use these inputs to run the plugin.",
|
||||
"intro_question_classification": "Determine the type of question based on the user's history and current question. Multiple question types can be added. Below is a template example:\nType 1: Greeting\nType 2: Questions about product 'usage'\nType 3: Questions about product 'purchase'\nType 4: Other questions",
|
||||
"intro_question_optimization": "Using question optimization can improve the accuracy of Dataset searches during continuous conversations. After using this function, AI will first construct one or more new search terms based on the context, which are more conducive to Dataset searches. This module is already built into the Dataset search module. If you only perform a single Dataset search, you can directly use the built-in completion function of the Dataset.",
|
||||
@@ -108,10 +108,10 @@
|
||||
"less_than_or_equal_to": "Less Than or Equal To",
|
||||
"loop": "Batch Run",
|
||||
"loop_body": "loop body",
|
||||
"loop_end": "end of loop",
|
||||
"loop_end": "End",
|
||||
"loop_input_array": "array",
|
||||
"loop_result": "Array execution results",
|
||||
"loop_start": "The loop body begins",
|
||||
"loop_start": "Start",
|
||||
"max_dialog_rounds": "Maximum Number of Dialog Rounds",
|
||||
"max_tokens": "Maximum Tokens",
|
||||
"mouse_priority": "Mouse first\n- Press the left button to drag the canvas\n- Hold down shift and left click to select batches",
|
||||
|
Reference in New Issue
Block a user