fix: Rename graph to agent #918 (#1785)

### What problem does this PR solve?

fix: Rename graph to agent #918

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
balibabu
2024-08-02 14:45:51 +08:00
committed by GitHub
parent eea6565472
commit 418700b455
4 changed files with 7 additions and 10 deletions

View File

@@ -57,7 +57,7 @@ export default {
setting: '用户设置',
logout: '登出',
fileManager: '文件管理',
flow: '',
flow: 'Agent',
},
knowledgeList: {
welcome: '欢迎回来',
@@ -554,7 +554,6 @@ export default {
messageMsg: '请输入消息或删除此字段。',
addField: '新增字段',
loop: '循环上限',
createFlow: '创建工作流',
yes: '是',
no: '否',
key: 'key',
@@ -578,7 +577,7 @@ export default {
promptText: `请总结以下段落。注意数字,不要胡编乱造。段落如下:
{input}
以上就是你需要总结的内容。`,
createGraph: '创建图表',
createGraph: '创建 Agent',
createFromTemplates: '从模板创建',
retrieval: '知识检索',
generate: '生成回答',