mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-27 08:25:07 +00:00
Add question guide config (#3403)
* feat:Prompt task (#3337) * feat:猜你想问自定义功能 * 修改用户输入框部分,去除冗余代码 * 删除不必要的属性 * 删除多余内容 * 修正了格式问题,并实现获取调试和app最新参数 * 修正了几行代码 * feat:Prompt task (#3337) * feat:猜你想问自定义功能 * 修改用户输入框部分,去除冗余代码 * 删除不必要的属性 * 删除多余内容 * 修正了格式问题,并实现获取调试和app最新参数 * 修正了几行代码 * perf: question gudide code * fix: i18n * hunyuan logo * fix: cq templates * perf: create question guide code * udpate svg --------- Co-authored-by: Jiangween <145003935+Jiangween@users.noreply.github.com>
This commit is contained in:
@@ -22,10 +22,13 @@
|
||||
"chat_logs": "Conversation Logs",
|
||||
"chat_logs_tips": "Logs will record the online, shared, and API (requires chatId) conversation records of this app.",
|
||||
"config_file_upload": "Click to Configure File Upload Rules",
|
||||
"config_question_guide": "Configuration guess you want to ask",
|
||||
"confirm_copy_app_tip": "The system will create an app with the same configuration for you, but permissions will not be copied. Please confirm!",
|
||||
"confirm_del_app_tip": "Are you sure you want to delete 【{{name}}】 and all of its chat history?",
|
||||
"confirm_delete_folder_tip": "Confirm to delete this folder? All apps and corresponding conversation records under it will be deleted. Please confirm!",
|
||||
"copy_one_app": "Create Duplicate",
|
||||
"core.app.QG.Switch": "Enable guess what you want to ask",
|
||||
"core.dataset.import.Custom prompt": "Custom Prompt",
|
||||
"create_copy_success": "Duplicate Created Successfully",
|
||||
"create_empty_app": "Create Default App",
|
||||
"create_empty_plugin": "Create Default Plugin",
|
||||
@@ -94,6 +97,7 @@
|
||||
"plugin_dispatch_tip": "Adds extra capabilities to the model. The specific plugins to be invoked will be autonomously decided by the model.\nIf a plugin is selected, the Dataset invocation will automatically be treated as a special plugin.",
|
||||
"publish_channel": "Publish Channel",
|
||||
"publish_success": "Publish Successful",
|
||||
"question_guide_tip": "After the conversation, 3 guiding questions will be generated for you.",
|
||||
"saved_success": "Save Successful",
|
||||
"search_app": "Search Application",
|
||||
"setting_app": "Application Settings",
|
||||
|
@@ -168,6 +168,7 @@
|
||||
"common.Rename": "Rename",
|
||||
"common.Request Error": "Request Error",
|
||||
"common.Require Input": "Required",
|
||||
"common.Reset": "Reset",
|
||||
"common.Restart": "Restart",
|
||||
"common.Role": "Permission",
|
||||
"common.Root folder": "Root Folder",
|
||||
@@ -289,8 +290,12 @@
|
||||
"core.app.Publish": "Publish",
|
||||
"core.app.Publish Confirm": "Confirm to Publish App? This Will Immediately Update the App Status on All Publishing Channels.",
|
||||
"core.app.Publish app tip": "After Publishing the App, All Publishing Channels Will Immediately Use This Version",
|
||||
"core.app.QG.Custom prompt tip": "To ensure the generated content follows the correct format, [Yellow Prompt] cannot be modified",
|
||||
"core.app.QG.Custom prompt tip1": "To ensure the generated content follows the correct format, ",
|
||||
"core.app.QG.Custom prompt tip2": "[Yellow Prompt]",
|
||||
"core.app.QG.Custom prompt tip3": " cannot be modified",
|
||||
"core.app.QG.Fixed Prompt": "Please strictly follow the format rules: \nReturn questions in JSON format: ['Question 1', 'Question 2', 'Question 3'].",
|
||||
"core.app.Question Guide": "Guess What You Want to Ask",
|
||||
"core.app.Question Guide Tip": "After the conversation ends, 3 guiding questions will be generated.",
|
||||
"core.app.Quote prompt": "Quote Template Prompt",
|
||||
"core.app.Quote templates": "Quote Content Templates",
|
||||
"core.app.Random": "Divergent",
|
||||
@@ -967,6 +972,7 @@
|
||||
"plugin.contribute": "Contribute Plugin",
|
||||
"plugin.go to laf": "Go to Write",
|
||||
"plugin.path": "Path",
|
||||
"prompt_input_placeholder": "Please enter the prompt word",
|
||||
"required": "Required",
|
||||
"resume_failed": "Resume Failed",
|
||||
"select_reference_variable": "Select Reference Variable",
|
||||
@@ -1139,6 +1145,7 @@
|
||||
"textarea_variable_picker_tip": "Enter \"/\" to select a variable",
|
||||
"unit.character": "Character",
|
||||
"unit.minute": "Minute",
|
||||
"unit.seconds": "Second",
|
||||
"unusable_variable": "No Usable Variables",
|
||||
"upload_file_error": "File Upload Failed",
|
||||
"user.Account": "Account",
|
||||
|
Reference in New Issue
Block a user