1
This commit is contained in:
@@ -8,12 +8,12 @@
|
||||
<link rel="icon" href="/favicon.ico" />
|
||||
<script src="/node_modules/ace-builds/src-min-noconflict/ace.js" type="text/javascript"></script>
|
||||
<title>NPCs</title>
|
||||
<script type="module" crossorigin src="/assets/index-5bc9ca75.js"></script>
|
||||
<link rel="modulepreload" crossorigin href="/assets/acebuilds-3ee1f507.js">
|
||||
<link rel="modulepreload" crossorigin href="/assets/reactflow-0712174e.js">
|
||||
<link rel="modulepreload" crossorigin href="/assets/reactdrop-bf2f88a4.js">
|
||||
<link rel="modulepreload" crossorigin href="/assets/pdfjs-e8782419.js">
|
||||
<link rel="stylesheet" href="/assets/index-a78847ea.css">
|
||||
<script type="module" crossorigin src="/assets/index-a1de8ebc.js"></script>
|
||||
<link rel="modulepreload" crossorigin href="/assets/acebuilds-fbc0ccc6.js">
|
||||
<link rel="modulepreload" crossorigin href="/assets/reactflow-f4a25674.js">
|
||||
<link rel="modulepreload" crossorigin href="/assets/reactdrop-c213a6b9.js">
|
||||
<link rel="modulepreload" crossorigin href="/assets/pdfjs-36654f0a.js">
|
||||
<link rel="stylesheet" href="/assets/index-e4f67020.css">
|
||||
</head>
|
||||
|
||||
<body id='body' style="width: 100%; height:100%">
|
||||
|
||||
@@ -57,7 +57,11 @@
|
||||
},
|
||||
"skills": {
|
||||
"manageTemplate": "Manage Skill Templates",
|
||||
"createNew": "Create New",
|
||||
"createNew": "Create New Skill",
|
||||
"customSkills": "Custom Skills",
|
||||
"chooseOnline": "Choose the online version",
|
||||
"executionSteps": "Skills are visualized through process orchestration to clarify task execution steps",
|
||||
"sceneTemplates": "We provide scene templates for your use and reference",
|
||||
"manageProjects": "Manage your personal projects here, including skill deployment and editing",
|
||||
"skillSearch": "Skill Search",
|
||||
"confirmDeleteSkill": "Confirm the deletion of this skill?",
|
||||
@@ -80,6 +84,7 @@
|
||||
"skillDescTooLong": "Skill description is too long, should not exceed 200 characters",
|
||||
"errorTitle": "Key Information Error",
|
||||
"onlineFailure": "Online failure",
|
||||
"onlineSuccessful": "Online Successful",
|
||||
"custom": "Custom",
|
||||
"skillTemplate": "Skill Template",
|
||||
"skillTemplateChoose": "You can choose a template from here to start, or create an advanced template",
|
||||
@@ -92,7 +97,23 @@
|
||||
"createdBy": "Created by",
|
||||
"offline": "Offline",
|
||||
"online": "Online",
|
||||
"guideWords": "Guide Words"
|
||||
"guideWords": "Guide Words",
|
||||
"currentVersion": "Current Version: ",
|
||||
"importLocal": "Import local components",
|
||||
"save": "Saved",
|
||||
"import": "Import",
|
||||
"export": "Export",
|
||||
"code": "Code",
|
||||
"simplify": "Simplify",
|
||||
"saveVersion": "SaveVersion",
|
||||
"deleteOrNot": "Do you want to delete",
|
||||
"version": "version",
|
||||
"saveSuccessful": "Save Successful",
|
||||
"supportVersions": "Support splitting into multiple version branches for development and comparison between versions.",
|
||||
"guideQuestions50": "Guide questions to a maximum of 50 characters",
|
||||
"promptWords1000": "The maximum number of prompt words is 1000 characters",
|
||||
"contactAdmin": "Please contact the administrator's online assistant",
|
||||
"deleteSure": "Are you sure you want to delete this tool?"
|
||||
},
|
||||
"chat": {
|
||||
"newChat": "New Chat",
|
||||
@@ -238,7 +259,7 @@
|
||||
"rootDirectory": "Root directory",
|
||||
"createOneKnowledge": "Create a knowledge base",
|
||||
"webSite": "Web site synchronization",
|
||||
"knowledge": "Knowledge base type",
|
||||
"knowledgeType": "Knowledge base type",
|
||||
"knowledgeDescription": "Knowledge base can be built by importing files, webpage links, or manually entering them",
|
||||
"webSiteDescription": "Web site synchronization allows you to directly use a webpage link to build a knowledge base",
|
||||
"baseSet": "Basic Settings",
|
||||
@@ -262,7 +283,27 @@
|
||||
"foldDesc": "This is a folder",
|
||||
"noFold": "We don't have a folder yet, create one quickly",
|
||||
"selectFold": "Please select a folder",
|
||||
"confirmDelete": "Confirm deletion"
|
||||
"confirmDelete": "Confirm deletion",
|
||||
"dataset": "Dataset",
|
||||
"config": "Configure",
|
||||
"queueLen": "Queue length",
|
||||
"allKnowledge": "All datasets",
|
||||
"file": "File",
|
||||
"dataTotal": "Total data volume",
|
||||
"lastUpdate": "Last update time",
|
||||
"state": "State",
|
||||
"syncData": "Synchronize data",
|
||||
"manualDataset": "Manual dataset",
|
||||
"textDataset": "Text dataset",
|
||||
"tableDataset": "Table Dataset",
|
||||
"createImport": "Create/Import",
|
||||
"knowledge": "Knowledge base",
|
||||
"web": "Website",
|
||||
"knowledgeId": "Knowledge Base ID",
|
||||
"knowledgeImg": "Knowledge Base Avatar",
|
||||
"indexModel": "Index model",
|
||||
"dataUp": "Single data upper limit",
|
||||
"introduce": "Introduce"
|
||||
},
|
||||
"code": {
|
||||
"editPythonCodeDescription": "Edit your Python code here. This code snippet accepts module imports and a function definition. Make sure your function returns a string.",
|
||||
@@ -402,6 +443,139 @@
|
||||
"previousPage": "Previous Page",
|
||||
"nextPage": "Next Page",
|
||||
"formatError": "Format Error",
|
||||
"port": "PORT",
|
||||
"cancle": "Cancle",
|
||||
"tip": "Prompt",
|
||||
"deleteAssistant": "Are you sure to delete this assistant?",
|
||||
"build": {
|
||||
"create": "Create",
|
||||
"assistant": "Assistant",
|
||||
"skill": "Skills",
|
||||
"tools": "Tools",
|
||||
"save": "Save",
|
||||
"online": "Online",
|
||||
"retry": "Retry",
|
||||
"use": "Use",
|
||||
"useAll": "Use All",
|
||||
"assistantConfiguration": "Assistant Configuration",
|
||||
"createAssistant": "Create a New Assistant",
|
||||
"assistantPortrait": "Assistant Portrait",
|
||||
"portraitOptimization": "Assistant portrait optimization",
|
||||
"automaticOptimization": "Automatic optimization",
|
||||
"createDescription": "Create your assistant by describing roles and tasks",
|
||||
"nextDescription": "Assistant can call multiple skills and tools",
|
||||
"searchAssistant": "Search for the assistant you need",
|
||||
"manageAssistant": "Manage your assistant on this page, including online and offline activities, editing, and more",
|
||||
"establishAssistant": "Create Assistant",
|
||||
"assistantName": "Assistant Name",
|
||||
"giveAssistantName": "Give the assistant a name",
|
||||
"whatWant": "What is the role of an assistant and what specific tasks do you want to complete?",
|
||||
"example": "Example",
|
||||
"exampleOne": "You are XX, with XX experience, skilled in XX, ...",
|
||||
"exampleTwo": "Your task is XX, and you need to follow the following steps to execute it:",
|
||||
"automaticallyConfigurations": "Automatically select relevant configurations for you",
|
||||
"prompt": "Provide a detailed and specific description of the interaction between the assistant and the user, such as the assistant's identity, specific methods and steps for completing tasks, tone of voice when answering questions, and what issues should be noted",
|
||||
"openingRemarks": "Opening remarks",
|
||||
"guidingQuestions": "Guiding Questions",
|
||||
"promptReplaced": "Prompt word replaced",
|
||||
"guideReplaced": "Guide word replaced",
|
||||
"openingReplaced": "Opening word replaced",
|
||||
"toolsReplaced": "Tools replaced",
|
||||
"skillsReplaced": "Skills replaced",
|
||||
"allReplaced": "All replaced",
|
||||
"basicConfiguration": "Basic configuration",
|
||||
"modelConfiguration": "AI Model configuration",
|
||||
"model": "Model",
|
||||
"temperature": "Temperature",
|
||||
"openingIntroduction": "Opening Introduction",
|
||||
"openingStatement": "Opening Statement",
|
||||
"assistantMessageFormat": "The assistant will send this message at the beginning of each conversation, supports Markdown format",
|
||||
"maximumPromptLength": "The prompt can be up to 1000 characters",
|
||||
"recommendQuestionsForUsers": "Provide recommended questions for users to guide them to ask. When there are more than 3, 3 will be randomly selected.",
|
||||
"maxCharacters50": "Up to 50 characters",
|
||||
"enterGuidingQuestions": "Please enter guiding questions",
|
||||
"knowledge": "Knowledge",
|
||||
"knowledgeBase": "Knowledge Base",
|
||||
"autoCall": "Auto Call",
|
||||
"callingMethod": "Calling Method",
|
||||
"autoCallDescription": "Retrieve and recall the added knowledge base in every conversation.",
|
||||
"onDemandCall": "On-Demand Call",
|
||||
"onDemandCallDescription": "Prompt to call the RecallKnowledge (copyable) method in the assistant's profile (prompt words), and only retrieve the knowledge base when needed.",
|
||||
"createNewKnowledge": "Create New Knowledge Base",
|
||||
"refresh": "Refresh",
|
||||
"abilities": "Abilities",
|
||||
"skillDescription": "Implement complex and stable business process orchestration through a visual interface, such as project planning and report analysis.",
|
||||
"selectKnowledgeBase": "Please select a knowledge base",
|
||||
"searchBaseName": "Search for knowledge base name",
|
||||
"debugPreview": "Debug Preview",
|
||||
"addTool": "Add Tool",
|
||||
"search": "Search",
|
||||
"empty": "Nothing here",
|
||||
"onlineSA": "Go online skills&assistants",
|
||||
"params": "Parameters",
|
||||
"added": "Added",
|
||||
"add": "Add",
|
||||
"configurationUpdated": "Configuration updated",
|
||||
"addSkill": "Add Skill",
|
||||
"createSkill": "Create Skill",
|
||||
"nameRequired": "Name cannot be empty",
|
||||
"nameMaxLength": "Name can have at most 50 characters",
|
||||
"descMaxLength": "Description can have at most 1000 characters",
|
||||
"editAssistant": "Edit Assistant",
|
||||
"enterName": "Enter a name for the assistant",
|
||||
"assistantDesc": "Assistant Description",
|
||||
"enterDesc": "Introduce assistant functionality, visible in conversations and assistant pages",
|
||||
"cancel": "Cancel",
|
||||
"confirm": "Confirm",
|
||||
"forBetter": "For better assistant effect, the description needs to be greater than 20 words",
|
||||
"forExample": "For example, the identity of an assistant, specific methods and steps for completing tasks, tone of voice when answering questions, and what issues to pay attention to, etc"
|
||||
},
|
||||
"tools1": {
|
||||
"addTool": "Add Tool",
|
||||
"createCustomTool": " Custom Tool",
|
||||
"builtinTools": "Built-in Tools",
|
||||
"customTools": "Custom Tools",
|
||||
"search": "Search",
|
||||
"empty": "Empty",
|
||||
"manageCustomTools": "Manage your custom tools on this page, including creating and editing them.",
|
||||
"name": "Name",
|
||||
"enterToolName": "Enter tool name",
|
||||
"openapiSchema": "OpenAPI Schema",
|
||||
"enterOpenAPISchema": "Enter your OpenAPI schema",
|
||||
"importFromUrl": "Import from URL",
|
||||
"examples": "Examples",
|
||||
"weatherJson": "Weather (JSON)",
|
||||
"petShopYaml": "Pet Shop (YAML)",
|
||||
"authenticationType": "Authentication Type",
|
||||
"authType": "Authentication Type",
|
||||
"none": "None",
|
||||
"apiKey": "API Key",
|
||||
"basic": "Basic",
|
||||
"bearer": "Bearer",
|
||||
"availableTools": "Available Tools",
|
||||
"description": "Description",
|
||||
"method": "Method",
|
||||
"path": "Path",
|
||||
"delete": "Delete",
|
||||
"cancel": "Cancel",
|
||||
"save": "Save"
|
||||
},
|
||||
"test": {
|
||||
"test": "Test",
|
||||
"addTest": "Please add test cases first",
|
||||
"uploadTest": "Upload test cases",
|
||||
"explain": "The test case is the input of the current component and only supports txt files, with a maximum of 20 lines",
|
||||
"testRun": "Test Run",
|
||||
"testCase": "Test Case",
|
||||
"run": "Run",
|
||||
"downloadResults": "Download Run Results",
|
||||
"testCases": "Enter test cases...",
|
||||
"parametersAndValues": "Parameters and Values",
|
||||
"parameter": "Parameter",
|
||||
"value": "Value",
|
||||
"result": "Test Result",
|
||||
"outResultPlaceholder": "Click the button to output the result"
|
||||
},
|
||||
"agents": {
|
||||
"AgentInitializer":{
|
||||
"display_name": "AgentInitializer",
|
||||
|
||||
@@ -42,9 +42,9 @@
|
||||
"roleList": "角色列表",
|
||||
"confirmText": "是否删除",
|
||||
"roleName": "角色名称",
|
||||
"skillAuthorization": "NPC授权",
|
||||
"skillAuthorization": "能力授权",
|
||||
"knowledgeAuthorization": "知识库授权",
|
||||
"skillName": "NPC名称",
|
||||
"skillName": "能力名称",
|
||||
"creator": "创建人",
|
||||
"usePermission": "使用权限",
|
||||
"managePermission": "管理权限",
|
||||
@@ -55,40 +55,61 @@
|
||||
"language": "语言"
|
||||
},
|
||||
"skills": {
|
||||
"manageTemplate": "管理NPC模板",
|
||||
"createNew": "新建",
|
||||
"manageProjects": "这里管理您的个人项目,对NPC上下线、编辑等等",
|
||||
"skillSearch": "NPC搜索",
|
||||
"confirmDeleteSkill": "确认删除该NPC?",
|
||||
"backToSkillList": "返回NPC列表",
|
||||
"skillTemplateManagement": "NPC模板管理,模板对所有用户可见,支持拖拽排序、删除操作",
|
||||
"manageTemplate": "管理技能模板",
|
||||
"createNew": "新建技能",
|
||||
"customSkills": "自定义技能",
|
||||
"chooseOnline": "选择上线版本",
|
||||
"executionSteps": "技能通过可视化的流程编排,明确任务执行步骤",
|
||||
"sceneTemplates": "我们提供场景模板供您使用和参考",
|
||||
"manageProjects": "在此页面管理您的技能,对技能上下线、编辑等等",
|
||||
"skillSearch": "搜索您需要的技能",
|
||||
"confirmDeleteSkill": "确认删除该技能?",
|
||||
"backToSkillList": "返回技能列表",
|
||||
"skillTemplateManagement": "技能模板管理,模板对所有用户可见,支持拖拽排序、删除操作",
|
||||
"templateName": "模板名称",
|
||||
"templateDescription": "模板描述",
|
||||
"confirmText": "是否确认删除该NPC模板?",
|
||||
"skillSettings": "NPC设置",
|
||||
"confirmText": "是否确认删除该技能模板?",
|
||||
"skillSettings": "技能设置",
|
||||
"basicInfo": "基础信息",
|
||||
"skillName": "NPC名称",
|
||||
"skillName": "技能名称",
|
||||
"description": "描述",
|
||||
"parameterInfo": "参数信息",
|
||||
"advancedConfiguration": "高级配置",
|
||||
"nextStep": "下一步,高级配置",
|
||||
"skillNameRequired": "请填写NPC名称",
|
||||
"skillNameTooLong": "NPC名称过长,不要超过30字",
|
||||
"skillNameRequired": "请填写技能名称",
|
||||
"skillNameTooLong": "技能名称过长,不要超过30字",
|
||||
"skillNameExists": "该名称已存在",
|
||||
"skillDescRequired": "请填写NPC描述",
|
||||
"skillDescTooLong": "NPC描述过长,不要超过200字",
|
||||
"skillDescRequired": "请填写技能描述",
|
||||
"skillDescTooLong": "技能描述过长,不要超过200字",
|
||||
"errorTitle": "关键信息有误",
|
||||
"onlineFailure": "上线失败",
|
||||
"onlineSuccessful": "上线成功",
|
||||
"custom": "自定义",
|
||||
"skillTemplate": "NPC模板",
|
||||
"skillTemplate": "技能模板",
|
||||
"skillTemplateChoose": "您可以从这里挑选一个模板开始,或者自定义高级模板",
|
||||
"createTemplate": "创建模板",
|
||||
"createSuccessTitle": "NPC创建成功",
|
||||
"createSuccessTitle": "技能创建成功",
|
||||
"createFailureTitle": "创建失败",
|
||||
"createdBy": "创建用户",
|
||||
"offline": "下线",
|
||||
"online": "上线",
|
||||
"guideWords": "引导词"
|
||||
"guideWords": "引导词",
|
||||
"currentVersion": "当前版本:",
|
||||
"importLocal": "导入本地组件",
|
||||
"save": "保存",
|
||||
"import": "导入",
|
||||
"export": "导出",
|
||||
"code": "代码",
|
||||
"simplify": "简化",
|
||||
"saveVersion": "另存为新版本",
|
||||
"deleteOrNot": "是否删除",
|
||||
"version": "版本",
|
||||
"saveSuccessful": "保存成功",
|
||||
"supportVersions": "支持分成多个版本分支,分别进行开发以及版本间的比较。",
|
||||
"guideQuestions50": "引导问题最多50个字符",
|
||||
"promptWords1000": "提示词最多为1000个字符",
|
||||
"contactAdmin": "请联系管理员上线NPC",
|
||||
"deleteSure": "确认删除该工具?"
|
||||
},
|
||||
"chat": {
|
||||
"newChat": "新建会话",
|
||||
@@ -96,8 +117,8 @@
|
||||
"inputPlaceholder": "请输入问题",
|
||||
"uploadFileTooltip": "上传文件",
|
||||
"sendTooltip": "发送",
|
||||
"skillTempsTitle": "NPC选择",
|
||||
"skillTempsDesc": "选择一个您想使用的线上NPC",
|
||||
"skillTempsTitle": "能力选择",
|
||||
"skillTempsDesc": "选择一个您想使用的线上能力",
|
||||
"forms": "表单",
|
||||
"networkError": "网络连接出现错误,请尝试以下方法",
|
||||
"networkErrorList1": "操作不要过快",
|
||||
@@ -137,7 +158,7 @@
|
||||
"warningTooltip": "处理异常",
|
||||
"inProgressOnlineStatus": "上线中",
|
||||
"inProgressOfflineStatus": "下线中",
|
||||
"confirmModelOffline": "是否确认下线该模型,下线后使用该模型服务的NPC将无法正常工作",
|
||||
"confirmModelOffline": "是否确认下线该模型,下线后使用该模型服务的能力将无法正常工作",
|
||||
"confirmOfflineButtonText": "下线",
|
||||
"modelManagement": "模型管理",
|
||||
"modelFineTune": "模型Finetune",
|
||||
@@ -172,7 +193,7 @@
|
||||
"searchComponent": "查找组件",
|
||||
"knowledgeBaseSelection": "知识库选择",
|
||||
"searchKnowledgeBase": "搜索知识库",
|
||||
"minimumParamSetDescription": "您可以在此设置NPC所需的最小参数集",
|
||||
"minimumParamSetDescription": "您可以在此设置能力所需的最小参数集",
|
||||
"paramList": "参数列表",
|
||||
"saveConfig": "保存配置",
|
||||
"componentLabel": "组件",
|
||||
@@ -181,9 +202,9 @@
|
||||
"parameterLabel": "参数",
|
||||
"notification": "消息",
|
||||
"noNewNotifications": "没有新的通知",
|
||||
"skillName": "NPC名",
|
||||
"skillName": "能力名",
|
||||
"nameTooLong": "名称过长",
|
||||
"skillDescription": "NPC描述",
|
||||
"skillDescription": "能力描述",
|
||||
"enterVarName": "请输入变量名",
|
||||
"varNameExists": "变量名重复",
|
||||
"text": "文本",
|
||||
@@ -230,7 +251,7 @@
|
||||
"rootDirectory": "根目录",
|
||||
"createOneKnowledge": "创建一个知识库",
|
||||
"webSite": "Web站点同步",
|
||||
"knowledge": "知识库类型",
|
||||
"knowledgeType": "知识库类型",
|
||||
"knowledgeDescription": "可通过导入文件、网页链接或手动录入形式构建知识库",
|
||||
"webSiteDescription": "Web站点同步允许你直接使用一个网页链接构建知识库",
|
||||
"baseSet": "基本设置",
|
||||
@@ -254,7 +275,27 @@
|
||||
"foldDesc": "这是一个文件夹",
|
||||
"noFold": "还没有文件夹,快快创建一个吧~",
|
||||
"selectFold": "请选择文件夹",
|
||||
"confirmDelete": "确定删除"
|
||||
"confirmDelete": "确定删除",
|
||||
"dataset": "数据集",
|
||||
"config": "配置",
|
||||
"queueLen": "排队长度",
|
||||
"allKnowledge": "全部数据集",
|
||||
"file": "文件",
|
||||
"dataTotal": "数据总量",
|
||||
"lastUpdate": "最后更新时间",
|
||||
"state": "状态",
|
||||
"syncData": "同步数据",
|
||||
"manualDataset": "手动数据集",
|
||||
"textDataset": "文本数据集",
|
||||
"tableDataset": "表格数据集",
|
||||
"createImport": "新建/导入",
|
||||
"knowledge": "知识库",
|
||||
"web": "网站",
|
||||
"knowledgeId": "知识库ID",
|
||||
"knowledgeImg": "知识库头像",
|
||||
"indexModel": "索引模型",
|
||||
"dataUp": "单条数据上限",
|
||||
"introduce": "介绍"
|
||||
},
|
||||
"code": {
|
||||
"editPythonCodeDescription": "编辑你的 Python 代码此代码片段接受模块导入和一个函数定义。确保您的函数返回一个字符串。",
|
||||
@@ -266,11 +307,11 @@
|
||||
"codeError": "这段代码有问题,请检查以下",
|
||||
"checkAndSave": "检查 & 保存",
|
||||
"export": "导出",
|
||||
"exportToJSON": "导出NPC到json文件中",
|
||||
"exportToJSON": "导出能力到json文件中",
|
||||
"keyInformationMissing": "您有一些关键信息没有填: ",
|
||||
"skillNameMissing": "请填写NPC名称",
|
||||
"skillNameMissing": "请填写能力名称",
|
||||
"useOwnAPIKeys": "使用自己的API keys",
|
||||
"exportSkill": "导出NPC",
|
||||
"exportSkill": "导出能力",
|
||||
"uploadFile": "上传文件",
|
||||
"clickOrDragHere": "点击或将文件拖拽到这里上传",
|
||||
"dropFileHere": "将文件拖拽到这里上传",
|
||||
@@ -287,7 +328,7 @@
|
||||
"file": "文件",
|
||||
"sizeExceedsLimit": "超过50M",
|
||||
"editDictionary": "编辑词典",
|
||||
"exportCodeDialogTip": "生成代码,将流程集成到外部应用程序中 (打开此页面前请先buildNPC)。",
|
||||
"exportCodeDialogTip": "生成代码,将流程集成到外部应用程序中 (打开此页面前请先build能力)。",
|
||||
"chunkOverlap": "切分文本重叠长度"
|
||||
},
|
||||
"report": {
|
||||
@@ -304,8 +345,8 @@
|
||||
"varLength": "长度不能超过"
|
||||
},
|
||||
"status": {
|
||||
"1004": "该NPC已被删除",
|
||||
"1008": "当前NPC未上线,无法直接对话",
|
||||
"1004": "该能力已被删除",
|
||||
"1008": "当前能力未上线,无法直接对话",
|
||||
"1005": ""
|
||||
},
|
||||
"all": "全部",
|
||||
@@ -394,6 +435,139 @@
|
||||
"previousPage": "上一页",
|
||||
"nextPage": "下一页",
|
||||
"formatError": "格式错误",
|
||||
"port": "服务端口",
|
||||
"cancle": "取消",
|
||||
"tip": "提示",
|
||||
"deleteAssistant": "确认删除该NPC?",
|
||||
"build": {
|
||||
"create": "创建",
|
||||
"assistant": "NPC",
|
||||
"skill": "技能",
|
||||
"tools": "工具",
|
||||
"save": "保存",
|
||||
"online": "上线",
|
||||
"retry": "重试",
|
||||
"use": "使用",
|
||||
"useAll": "全部使用",
|
||||
"assistantConfiguration": "NPC配置",
|
||||
"createAssistant": "新建NPC",
|
||||
"assistantPortrait": "NPC画像",
|
||||
"portraitOptimization": "NPC画像优化",
|
||||
"automaticOptimization": "自动优化",
|
||||
"createDescription": "通过描述角色和任务来创建你的NPC",
|
||||
"nextDescription": "NPC可以调用多个技能和工具",
|
||||
"searchAssistant": "搜索您需要的NPC",
|
||||
"manageAssistant": "在此页面管理您的NPC,对NPC上下线、编辑等等",
|
||||
"establishAssistant": "创建NPC",
|
||||
"assistantName": "NPC名称",
|
||||
"giveAssistantName": "给NPC取一个名字",
|
||||
"whatWant": "你希望NPC的角色是什么,具体完成什么任务?",
|
||||
"example": "示例",
|
||||
"exampleOne": "你是 XX,具有 XX 经验,擅长 XX,…",
|
||||
"exampleTwo": "你的任务是 XX ,需要按照以下步骤执行:",
|
||||
"automaticallyConfigurations": "自动为您选择相关配置",
|
||||
"prompt": "详细、具体地描述NPC与用户的交互方式,例如NPC的身份、完成任务的具体方法和步骤、回答问题时的语气以及应该注意什么问题等",
|
||||
"openingRemarks": "开场白",
|
||||
"guidingQuestions": "引导问题",
|
||||
"promptReplaced": "提示词已替换",
|
||||
"guideReplaced": "引导词已替换",
|
||||
"openingReplaced": "开场白已替换",
|
||||
"toolsReplaced": "工具已替换",
|
||||
"skillsReplaced": "技能已替换",
|
||||
"allReplaced": "已全部替换",
|
||||
"basicConfiguration": "基础配置",
|
||||
"modelConfiguration": "AI模型配置",
|
||||
"model": "模型",
|
||||
"temperature": "温度",
|
||||
"openingIntroduction": "开场引导",
|
||||
"openingStatement": "开场白",
|
||||
"assistantMessageFormat": "NPC将在每次对话开始时发送此信息,支持 Markdown 格式",
|
||||
"maximumPromptLength": "提示词最多为1000个字符",
|
||||
"recommendQuestionsForUsers": "为用户提供推荐问题,引导用户提问,超过3个时将随机选取3个",
|
||||
"maxCharacters50": "最多50个字符",
|
||||
"enterGuidingQuestions": "请输入引导问题",
|
||||
"knowledge": "知识",
|
||||
"knowledgeBase": "知识库",
|
||||
"autoCall": "自动调用",
|
||||
"callingMethod": "调用方式",
|
||||
"autoCallDescription": "每轮对话都会对添加的知识库进行检索召回。",
|
||||
"onDemandCall": "按需调用",
|
||||
"onDemandCallDescription": "在NPC画像(提示词)中提示调用 RecallKnowledge(可复制)方法,在有需要时才对知识库进行检索。",
|
||||
"createNewKnowledge": "新建知识库",
|
||||
"refresh": "刷新",
|
||||
"abilities": "能力",
|
||||
"skillDescription": "通过可视化界面实现复杂和稳定的业务流程编排,例如项目计划和报告分析",
|
||||
"selectKnowledgeBase": "请选择知识库",
|
||||
"searchBaseName": "搜索知识库名称",
|
||||
"debugPreview": "调试预览",
|
||||
"addTool": "添加工具",
|
||||
"search": "搜索",
|
||||
"empty": "空空如也",
|
||||
"onlineSA": "上线技能&NPC",
|
||||
"params": "参数",
|
||||
"added": "已添加",
|
||||
"add": "添加",
|
||||
"configurationUpdated": "配置已更新",
|
||||
"addSkill": "添加技能",
|
||||
"createSkill": "创建技能",
|
||||
"nameRequired": "名称不可为空",
|
||||
"nameMaxLength": "名称最多50个字符",
|
||||
"descMaxLength": "最多1000个字符",
|
||||
"editAssistant": "编辑NPC",
|
||||
"enterName": "给NPC取一个名字",
|
||||
"assistantDesc": "NPC描述",
|
||||
"enterDesc": "介绍NPC功能,描述在会话和NPC页面可见",
|
||||
"cancel": "取消",
|
||||
"confirm": "确认",
|
||||
"forBetter": "为了更好的NPC效果,描述需要大于20 个字",
|
||||
"forExample": "例如NPC的身份、完成任务的具体方法和步骤、回答问题时的语气以及应该注意什么问题等"
|
||||
},
|
||||
"tools1": {
|
||||
"addTool": "添加工具",
|
||||
"createCustomTool": "自定义工具",
|
||||
"builtinTools": "内置工具",
|
||||
"customTools": "自定义工具",
|
||||
"search": "搜索",
|
||||
"empty": "空空如也",
|
||||
"manageCustomTools": "在此页面管理您的自定义工具,对自定义工具创建、编辑等等",
|
||||
"name": "名称",
|
||||
"enterToolName": "输入工具名称",
|
||||
"openapiSchema": "OpenAPI Schema",
|
||||
"enterOpenAPISchema": "输入您的 OpenAPI schema",
|
||||
"importFromUrl": "从 URL 导入",
|
||||
"examples": "示例",
|
||||
"weatherJson": "天气(JSON)",
|
||||
"petShopYaml": "宠物商店(YAML)",
|
||||
"authenticationType": "鉴权方式",
|
||||
"authType": "认证类型",
|
||||
"none": "无",
|
||||
"apiKey": "API Key",
|
||||
"basic": "Basic",
|
||||
"bearer": "Bearer",
|
||||
"availableTools": "可用工具",
|
||||
"description": "描述",
|
||||
"method": "方法",
|
||||
"path": "路径",
|
||||
"delete": "删除",
|
||||
"cancel": "取消",
|
||||
"save": "保存"
|
||||
},
|
||||
"test": {
|
||||
"test": "测试",
|
||||
"addTest": "请先填写测试用例",
|
||||
"uploadTest": "上传测试用例",
|
||||
"explain": "为测试用例是当前组件的输入,只支持 txt 文件,最多 20 行",
|
||||
"testRun": "测试运行",
|
||||
"testCase": "测试用例",
|
||||
"run": "运行",
|
||||
"downloadResults": "下载运行结果",
|
||||
"testCases": "输入测试用例...",
|
||||
"parametersAndValues": "参数和值",
|
||||
"parameter": "参数",
|
||||
"value": "值",
|
||||
"result": "测试结果",
|
||||
"outResultPlaceholder": "点击按钮,输出结果"
|
||||
},
|
||||
"agents": {
|
||||
"AgentInitializer": {
|
||||
"display_name": "AgentInitializer",
|
||||
@@ -613,8 +787,8 @@
|
||||
},
|
||||
"autogen_roles": {
|
||||
"AutoGenAssistant": {
|
||||
"display_name": "自动生成助手",
|
||||
"description": "助手代理,设计用于使用大语言模型LLM解决任务。",
|
||||
"display_name": "自动生成NPC",
|
||||
"description": "NPC代理,设计用于使用大语言模型LLM解决任务。",
|
||||
"description_url": "https://lxm3ki8hexz.feishu.cn/wiki/Yz5GwMpO7ioj8nkRSZlcsriXnJ3",
|
||||
"template": {
|
||||
"model_name": {
|
||||
@@ -640,7 +814,7 @@
|
||||
}
|
||||
},
|
||||
"output_types":[
|
||||
"自动生成助手"
|
||||
"自动生成NPC"
|
||||
]
|
||||
},
|
||||
"AutoGenCoder": {
|
||||
|
||||
Reference in New Issue
Block a user