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

@ -27,7 +27,7 @@ const GenerateForm = ({ onValuesChange, form }: IOperatorForm) => {
name={['prompt']}
label={t('systemPrompt')}
initialValue={t('promptText')}
tooltip={t('promptTip', { keyPrefix: 'knowledgeConfiguration' })}
tooltip={t('promptTip')}
rules={[
{
required: true,