mirror of
https://github.com/labring/FastGPT.git
synced 2025-11-29 01:05:13 +08:00
feat: enable tool selection as skills (#5638)
* temp: list value * backspace * optimize code * temp-tool * third menu * render-temp * editor use * optimize skill picker * update * change index to key * fix select index * remove tool * query string * right command fix * tool hooks * highlight scroll * loading status * search * debounce * option list * invalid * click * delete comment * tooltip * delete level
This commit is contained in:
@@ -81,6 +81,7 @@
|
||||
"Select_App": "Select an application",
|
||||
"Select_all": "Select all",
|
||||
"Setting": "Setting",
|
||||
"Skill_Label_Unconfigured": "The parameters are not configured, click Configure",
|
||||
"Status": "Status",
|
||||
"Submit": "Submit",
|
||||
"Success": "Success",
|
||||
@@ -97,6 +98,7 @@
|
||||
"add_new": "add_new",
|
||||
"add_new_param": "Add new param",
|
||||
"add_success": "Added Successfully",
|
||||
"agent_prompt_tips": "It is recommended to fill in the following template for best results.\n\n\"Role Identity\"\n\n\"Task Objective\"\n\n\"Task Process and Skills\"\n\nEnter \"/\" to insert global variables; enter \"@\" to insert specific skills, including applications, tools, knowledge bases, and models.",
|
||||
"all_quotes": "All quotes",
|
||||
"all_result": "Full Results",
|
||||
"app_evaluation": "App Evaluation(Beta)",
|
||||
|
||||
Reference in New Issue
Block a user