mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 05:12:39 +00:00
feat: add form input node (#2773)
* add node * dispatch * extract InputTypeConfig component * question tip * fix build * fix * fix
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
"Rename": "Rename",
|
||||
"Resume": "Resume",
|
||||
"Running": "Running",
|
||||
"Submit": "Submit",
|
||||
"UnKnow": "Unknown",
|
||||
"Warning": "Warning",
|
||||
"add_new": "Add New",
|
||||
@@ -82,6 +83,7 @@
|
||||
"common.Add": "Add",
|
||||
"common.Add New": "Add New",
|
||||
"common.Add Success": "Added Successfully",
|
||||
"common.Add_new_input": "Add new input",
|
||||
"common.All": "All",
|
||||
"common.Cancel": "Cancel",
|
||||
"common.Choose": "Choose",
|
||||
@@ -93,6 +95,7 @@
|
||||
"common.Confirm Move": "Move Here",
|
||||
"common.Confirm Update": "Confirm Update",
|
||||
"common.Confirm to leave the page": "Confirm to Leave This Page?",
|
||||
"common.Continue_Adding": "Continue adding",
|
||||
"common.Copy": "Copy",
|
||||
"common.Copy Successful": "Copied Successfully",
|
||||
"common.Copy_failed": "Copy Failed, Please Copy Manually",
|
||||
@@ -426,6 +429,11 @@
|
||||
"core.chat.response.Read complete response tips": "Click to View Detailed Process",
|
||||
"core.chat.response.Tool call tokens": "Tool Call Tokens Consumption",
|
||||
"core.chat.response.context total length": "Total Context Length",
|
||||
"core.chat.response.form_input_result": "Form input result",
|
||||
"core.chat.response.loop_input": "Loop Input Array",
|
||||
"core.chat.response.loop_input_element": "Loop Input Element",
|
||||
"core.chat.response.loop_output": "Loop Output Array",
|
||||
"core.chat.response.loop_output_element": "Loop Output Element",
|
||||
"core.chat.response.module cq": "Question Classification List",
|
||||
"core.chat.response.module cq result": "Classification Result",
|
||||
"core.chat.response.module extract description": "Extract Background Description",
|
||||
@@ -448,10 +456,6 @@
|
||||
"core.chat.response.text output": "Text Output",
|
||||
"core.chat.response.update_var_result": "Variable Update Result (Displays Multiple Variable Update Results in Order)",
|
||||
"core.chat.response.user_select_result": "User Selection Result",
|
||||
"core.chat.response.loop_input": "Loop Input Array",
|
||||
"core.chat.response.loop_output": "Loop Output Array",
|
||||
"core.chat.response.loop_input_element": "Loop Input Element",
|
||||
"core.chat.response.loop_output_element": "Loop Output Element",
|
||||
"core.chat.retry": "Regenerate",
|
||||
"core.chat.tts.Stop Speech": "Stop",
|
||||
"core.common.tip.leave page": "Content has been modified, confirm to leave the page?",
|
||||
@@ -701,6 +705,10 @@
|
||||
"core.module.input.label.chat history": "Chat History",
|
||||
"core.module.input.label.user question": "User Question",
|
||||
"core.module.input.placeholder.Classify background": "For example:\n1. AIGC (Artificial Intelligence Generated Content) refers to the use of artificial intelligence technology to automatically or semi-automatically generate digital content, such as text, images, music, videos, etc.\n2. AIGC technology includes but is not limited to natural language processing, computer vision, machine learning, and deep learning. These technologies can create new content or modify existing content to meet specific creative, educational, entertainment, or informational needs.",
|
||||
"core.module.input_description": "Description",
|
||||
"core.module.input_form": "Input form",
|
||||
"core.module.input_name": "Input name",
|
||||
"core.module.input_type": "Input type",
|
||||
"core.module.laf.Select laf function": "Select LAF Function",
|
||||
"core.module.output.description.Ai response content": "Will be triggered after the stream reply is completed",
|
||||
"core.module.output.description.New context": "Splice the current reply content with the history records and return it as the new context",
|
||||
@@ -729,6 +737,7 @@
|
||||
"core.module.template.system_config_info": "Can configure application system parameters",
|
||||
"core.module.template.work_start": "Process starts",
|
||||
"core.module.templates.Load plugin error": "Failed to Load Plugin",
|
||||
"core.module.variable add option": "Add Option",
|
||||
"core.module.variable.Custom type": "Custom Variable",
|
||||
"core.module.variable.add option": "Add Option",
|
||||
"core.module.variable.input type": "Text",
|
||||
@@ -743,7 +752,6 @@
|
||||
"core.module.variable.variable option is required": "Options Cannot Be All Empty",
|
||||
"core.module.variable.variable option is value is required": "Option Content Cannot Be Empty",
|
||||
"core.module.variable.variable options": "Options",
|
||||
"core.module.variable add option": "Add Option",
|
||||
"core.plugin.Custom headers": "Custom Request Headers",
|
||||
"core.plugin.Free": "This plugin does not consume points",
|
||||
"core.plugin.Get Plugin Module Detail Failed": "Failed to Retrieve Plugin Information",
|
||||
@@ -841,12 +849,12 @@
|
||||
"dataset.deleteFolderTips": "Confirm to Delete This Folder and All Its Contained Datasets? Data Cannot Be Recovered After Deletion, Please Confirm!",
|
||||
"dataset.test.noResult": "No Search Results",
|
||||
"error.Create failed": "Create failed",
|
||||
"error.code_error": "Verification code error",
|
||||
"error.fileNotFound": "File not found~",
|
||||
"error.inheritPermissionError": "Inherit permission Error",
|
||||
"error.missingParams": "Insufficient parameters",
|
||||
"error.upload_file_error_filename": "{{name}} Upload Failed",
|
||||
"error.username_empty": "Account cannot be empty",
|
||||
"error.code_error": "Verification code error",
|
||||
"extraction_results": "Extraction Results",
|
||||
"field_name": "Field Name",
|
||||
"free": "Free",
|
||||
@@ -1187,4 +1195,4 @@
|
||||
"verification": "Verification",
|
||||
"xx_search_result": "{{key}} Search Results",
|
||||
"yes": "Yes"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user