Fix: Bug fixed (#12345)

### What problem does this PR solve?

Fix: Bug fixed
- Memory type multilingual display
- Name modification is prohibited in Data source
- Jump directly to Metadata settings

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
chanx
2025-12-31 10:43:57 +08:00
committed by GitHub
parent 7dac269429
commit ae4692a845
7 changed files with 61 additions and 14 deletions

View File

@ -183,6 +183,7 @@ Example: A 1 KB message with 1024-dim embedding uses ~9 KB. The 5 MB default lim
},
knowledgeDetails: {
metadata: {
toMetadataSetting: 'Generation settings',
descriptionTip:
'Provide descriptions or examples to guide LLM extract values for this field. If left empty, it will rely on the field name.',
restrictTDefinedValuesTip:

View File

@ -128,7 +128,7 @@ export default {
delMessageWarn: `遗忘后,代理将无法检索此消息。`,
forgetMessage: '遗忘消息',
sessionId: '会话ID',
agent: '代理',
agent: '智能体',
type: '类型',
validDate: '有效日期',
forgetAt: '遗忘于',
@ -173,6 +173,7 @@ export default {
},
knowledgeDetails: {
metadata: {
toMetadataSetting: '生成设置',
descriptionTip:
'提供描述或示例来指导大语言模型为此字段提取值。如果留空,将依赖字段名称。',
restrictTDefinedValuesTip: