feat: Fetch mind map in search page #2247 (#2292)

### What problem does this PR solve?
feat: Fetch mind map in search page #2247

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2024-09-06 19:56:17 +08:00
committed by GitHub
parent 1aba978de2
commit e85fea31a8
17 changed files with 111 additions and 133 deletions

View File

@@ -634,6 +634,7 @@ The above is the content you need to summarize.`,
messagePlaceholder: 'message',
messageMsg: 'Please input message or delete this field.',
addField: 'Add field',
addMessage: 'Add message',
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',
@@ -672,7 +673,7 @@ The above is the content you need to summarize.`,
begin: 'Begin',
message: 'Message',
blank: 'Blank',
createFromNothing: 'Create from nothing',
createFromNothing: 'Create your agent from scratch',
addItem: 'Add Item',
addSubItem: 'Add Sub Item',
nameRequiredMsg: 'Name is required',

View File

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

View File

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