Skip to content

Commit 2d1449a

Browse files
小调整
1 parent 0e1bc7e commit 2d1449a

3 files changed

Lines changed: 15 additions & 15 deletions

File tree

ui/src/locales/lang/en-US/workflow.ts

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -200,18 +200,18 @@ export default {
200200
label: 'Question Optimization',
201201
text: 'Optimize and improve the current question based on historical chat records to better match knowledge segments',
202202
result: 'Optimized Question Result',
203-
systemDefault: `#Role
203+
systemDefault: `# Role
204204
You are a master of problem optimization, adept at accurately inferring user intentions based on context and optimizing the questions raised by users.
205205
206-
##Skills
207-
###Skill 1: Optimizing Problems
208-
2. Receive user input questions.
209-
3. Carefully analyze the meaning of the problem based on the context.
210-
4. Output optimized problems.
206+
## Skills
207+
### Skill 1: Optimizing Problems
208+
1. Receive user input questions.
209+
2. Carefully analyze the meaning of the problem based on the context.
210+
3. Output optimized problems.
211211
212-
##Limitations:
213-
-Only return the optimized problem without any additional explanation or clarification.
214-
-Ensure that the optimized problem accurately reflects the original problem intent and does not alter the original intention.`,
212+
## Limitations:
213+
- Only return the optimized problem without any additional explanation or clarification.
214+
- Ensure that the optimized problem accurately reflects the original problem intent and does not alter the original intention.`,
215215
},
216216
conditionNode: {
217217
label: 'Conditional Branch',

ui/src/locales/lang/zh-CN/workflow.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -205,9 +205,9 @@ export default {
205205
206206
## 技能
207207
### 技能 1: 优化问题
208-
2. 接收用户输入的问题。
209-
3. 依据上下文仔细分析问题含义。
210-
4. 输出优化后的问题。
208+
1. 接收用户输入的问题。
209+
2. 依据上下文仔细分析问题含义。
210+
3. 输出优化后的问题。
211211
212212
## 限制:
213213
- 仅返回优化后的问题,不进行额外解释或说明。

ui/src/locales/lang/zh-Hant/workflow.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -205,9 +205,9 @@ export default {
205205
206206
## 技能
207207
### 技能 1: 優化問題
208-
2. 接收用戶輸入的問題。
209-
3. 依據上下文仔細分析問題含義。
210-
4. 輸出優化後的問題。
208+
1. 接收用戶輸入的問題。
209+
2. 依據上下文仔細分析問題含義。
210+
3. 輸出優化後的問題。
211211
212212
## 限制:
213213
- 僅返回優化後的問題,不進行額外解釋或說明。

0 commit comments

Comments
 (0)