mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-09 10:56:52 +08:00
feat: improve think content display (#13431)
This commit is contained in:
@@ -531,6 +531,8 @@ const translation = {
|
||||
hitScore: 'Retrieval Score:',
|
||||
},
|
||||
inputPlaceholder: 'Talk to Bot',
|
||||
thinking: 'Thinking...',
|
||||
thought: 'Thought',
|
||||
},
|
||||
promptEditor: {
|
||||
placeholder: 'Write your prompt word here, enter \'{\' to insert a variable, enter \'/\' to insert a prompt content block',
|
||||
|
||||
@@ -531,6 +531,8 @@ const translation = {
|
||||
hitScore: '召回得分:',
|
||||
},
|
||||
inputPlaceholder: '和机器人聊天',
|
||||
thinking: '深度思考中...',
|
||||
thought: '已深度思考',
|
||||
},
|
||||
promptEditor: {
|
||||
placeholder: '在这里写你的提示词,输入\'{\' 插入变量、输入\'/\' 插入提示内容块',
|
||||
|
||||
Reference in New Issue
Block a user