feat: Modify the name of the answer operator #1739 (#3288)

### What problem does this PR solve?
feat: Modify the name of the answer operator #1739

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu 2024-11-08 13:56:43 +08:00 committed by GitHub
parent 37d4708880
commit 5205bdab24
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -656,7 +656,7 @@ export default {
createFromTemplates: '從模板創建',
retrieval: '知識檢索',
generate: '生成回答',
answer: '人機交互',
answer: '對話',
categorize: '問題分類',
relevant: '是否相關',
rewriteQuestion: '問題最佳化',

View File

@ -676,7 +676,7 @@ export default {
createFromTemplates: '从模板创建',
retrieval: '知识检索',
generate: '生成回答',
answer: '人机交互',
answer: '对话',
categorize: '问题分类',
relevant: '是否相关',
rewriteQuestion: '问题优化',