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: '歡迎回來',
@@ -535,7 +535,6 @@ export default {
messageMsg: '請輸入訊息或刪除此欄位。',
addField: '新增字段',
loop: '循環上限',
createFlow: '创建工作流',
yes: '是',
no: '否',
key: 'key',
@@ -560,7 +559,7 @@ export default {
promptText: `請總結以下段落。注意數字,不要胡編亂造。段落如下:
{input}
以上就是你需要總結的內容。`,
createGraph: '建立圖表',
createGraph: '建立 Agent',
createFromTemplates: '從模板創建',
retrieval: '知識檢索',
generate: '生成回答',