mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-25 06:14:06 +00:00
perf: tool call check (#4818)
* i18n * tool call * fix: mcp create permission;Plugin unauth tip * fix: mcp create permission;Plugin unauth tip * fix: Cite modal permission * remove invalide cite * perf: prompt * filter fulltext search * fix: ts * fix: ts * fix: ts
This commit is contained in:
@@ -84,7 +84,7 @@
|
||||
"owner": "所有者",
|
||||
"permission": "权限",
|
||||
"permission_apikeyCreate": "创建 API 密钥",
|
||||
"permission_apikeyCreate_Tip": "可以创建全局的 APIKey",
|
||||
"permission_apikeyCreate_Tip": "可以创建全局的 APIKey和 MCP 服务",
|
||||
"permission_appCreate": "创建应用",
|
||||
"permission_appCreate_tip": "可以在根目录创建应用,(文件夹下的创建权限由文件夹控制)",
|
||||
"permission_datasetCreate": "创建知识库",
|
||||
|
@@ -22,7 +22,6 @@
|
||||
"app.modules.click to update": "点击更新",
|
||||
"app.modules.has new version": "有新版本",
|
||||
"app.modules.not_found": "组件缺失",
|
||||
"app.modules.not_found_tips": "系统内无法查找到该组件,请删除,否则流程无法正常运行",
|
||||
"app.version_current": "当前版本",
|
||||
"app.version_initial": "初始版本",
|
||||
"app.version_name_tips": "版本名称不能为空",
|
||||
@@ -202,6 +201,7 @@
|
||||
"type.error.Workflow data is empty": "没有获取到工作流数据",
|
||||
"type.error.workflowresponseempty": "响应内容为空",
|
||||
"type_not_recognized": "未识别到应用类型",
|
||||
"un_auth": "无权限",
|
||||
"upload_file_max_amount": "最大文件数量",
|
||||
"upload_file_max_amount_tip": "单轮对话中最大上传文件数量",
|
||||
"variable.select type_desc": "可以为工作流定义全局变量,常用临时缓存。赋值的方式包括:\n1. 从对话页面的 query 参数获取。\n2. 通过 API 的 variables 对象传递。\n3. 通过【变量更新】节点进行赋值。",
|
||||
|
@@ -753,6 +753,7 @@
|
||||
"data_index_image": "图片索引",
|
||||
"data_index_question": "推测问题索引",
|
||||
"data_index_summary": "摘要索引",
|
||||
"data_not_found": "数据找不到了",
|
||||
"dataset.Confirm move the folder": "确认移动到该目录",
|
||||
"dataset.Confirm to delete the data": "确认删除该数据?",
|
||||
"dataset.Confirm to delete the file": "确认删除该文件及其所有数据?",
|
||||
|
Reference in New Issue
Block a user