Feat: Add translation text to the prompt word of the generate operator to distinguish it from the prompt word of the knowledge base #6934 (#6935)

### What problem does this PR solve?

Feat: Add translation text to the prompt word of the generate operator
to distinguish it from the prompt word of the knowledge base #6934

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2025-04-10 19:24:04 +08:00
committed by GitHub
parent 43cf321942
commit 4b125f0ffe
10 changed files with 46 additions and 12 deletions

View File

@ -1200,6 +1200,11 @@ General实体和关系提取提示来自 GitHub - microsoft/graphrag基于
me: '仅限自己',
team: '团队',
},
systemPrompt: '系统提示词',
prompt: '提示词',
promptMessage: '提示词是必填项',
promptTip:
'系统提示为大模型提供任务描述、规定回复方式,以及设置其他各种要求。系统提示通常与 key (变量)合用,通过变量设置大模型的输入数据。你可以通过斜杠或者 (x) 按钮显示可用的 key。',
},
footer: {
profile: 'All rights reserved @ React',