mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-01-02 18:45:29 +08:00
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:
@ -1078,6 +1078,10 @@ export default {
|
||||
contentTip: 'content: メールの内容(オプション)',
|
||||
jsonUploadTypeErrorMessage: 'jsonファイルをアップロードしてください',
|
||||
jsonUploadContentErrorMessage: 'jsonファイルエラー',
|
||||
prompt: 'プロンプト',
|
||||
promptTip:
|
||||
'LLMのタスクを説明し、どのように応答すべきかを指定し、他のさまざまな要件を概説するためにシステムプロンプトを使用します。システムプロンプトは、LLMのさまざまなデータ入力として機能するキー(変数)と共に使用されることがよくあります。使用するキーを表示するには、スラッシュ `/` または (x) ボタンを使用します。',
|
||||
promptMessage: 'プロンプトは必須です',
|
||||
},
|
||||
footer: {
|
||||
profile: 'All rights reserved @ React',
|
||||
|
||||
Reference in New Issue
Block a user