feat: Add tip to loop of ExeSQL #1739 (#1983)

### What problem does this PR solve?

feat:  Add tip to loop of ExeSQL #1739

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2024-08-16 18:27:02 +08:00
committed by GitHub
parent 3738dd71ab
commit 4121636084
6 changed files with 30 additions and 11 deletions

View File

@ -591,6 +591,8 @@ The above is the content you need to summarize.`,
messageMsg: 'Please input message or delete this field.',
addField: 'Add field',
loop: 'Loop',
loopTip:
'Loop is the upper limit of the number of loops of the current component, when the number of loops exceeds the value of loop, it means that the component can not complete the current task, please re-optimize agent',
yes: 'Yes',
no: 'No',
key: 'key',

View File

@ -551,6 +551,8 @@ export default {
messageMsg: '請輸入訊息或刪除此欄位。',
addField: '新增字段',
loop: '循環上限',
loopTip:
'loop為目前元件循環次數上限當循環次數超過loop的值時表示元件無法完成目前任務請重新最佳化agent',
yes: '是',
no: '否',
key: 'key',

View File

@ -570,6 +570,8 @@ export default {
messageMsg: '请输入消息或删除此字段。',
addField: '新增字段',
loop: '循环上限',
loopTip:
'loop为当前组件循环次数上限当循环次数超过loop的值时说明组件不能完成当前任务请重新优化agent',
yes: '是',
no: '否',
key: 'key',