mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-24 13:53:50 +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:
@@ -142,6 +142,12 @@
|
||||
"week.Wednesday": "Wednesday",
|
||||
"workflow.Input guide": "Input Guide",
|
||||
"workflow.file_url": "Document Link",
|
||||
"workflow.form_input": "Form input",
|
||||
"workflow.form_input_description_placeholder": "For example: \nAdd your information",
|
||||
"workflow.form_input_result": "Full input result",
|
||||
"workflow.form_input_result_tip": "An object of full result",
|
||||
"workflow.form_input_tip": " This module can configure multiple inputs to guide users in entering specific content.",
|
||||
"workflow.input_description_tip": "You can add a description to explain to users what they need to input",
|
||||
"workflow.read_files": "Document Parsing",
|
||||
"workflow.read_files_result": "Document Parsing Result",
|
||||
"workflow.read_files_result_desc": "Original document text, consisting of file names and document content, separated by hyphens between multiple files.",
|
||||
|
Reference in New Issue
Block a user