Skip to content

Commit

Permalink
Feat: Remove begin's width from agent templates #4764 (#4809)
Browse files Browse the repository at this point in the history
### What problem does this PR solve?

Feat: Remove begin's width from agent templates #4764
### Type of change


- [x] New Feature (non-breaking change which adds functionality)
  • Loading branch information
cike8899 authored Feb 10, 2025
1 parent a357190 commit 9e5427d
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 14 deletions.
3 changes: 1 addition & 2 deletions agent/templates/HR_callout_zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -764,8 +764,7 @@
"selected": false,
"sourcePosition": "left",
"targetPosition": "right",
"type": "beginNode",
"width": 100
"type": "beginNode"
},
{
"data": {
Expand Down
3 changes: 1 addition & 2 deletions agent/templates/customer_service.json
Original file line number Diff line number Diff line change
Expand Up @@ -482,8 +482,7 @@
"selected": false,
"sourcePosition": "left",
"targetPosition": "right",
"type": "beginNode",
"width": 100
"type": "beginNode"
},
{
"data": {
Expand Down
3 changes: 1 addition & 2 deletions agent/templates/general_chat_bot.json
Original file line number Diff line number Diff line change
Expand Up @@ -1176,8 +1176,7 @@
"selected": false,
"sourcePosition": "left",
"targetPosition": "right",
"type": "beginNode",
"width": 100
"type": "beginNode"
},
{
"data": {
Expand Down
3 changes: 1 addition & 2 deletions agent/templates/investment_advisor.json
Original file line number Diff line number Diff line change
Expand Up @@ -289,8 +289,7 @@
"selected": false,
"sourcePosition": "left",
"targetPosition": "right",
"type": "beginNode",
"width": 100
"type": "beginNode"
},
{
"data": {
Expand Down
3 changes: 1 addition & 2 deletions agent/templates/medical_consultation.json
Original file line number Diff line number Diff line change
Expand Up @@ -338,8 +338,7 @@
"selected": false,
"sourcePosition": "left",
"targetPosition": "right",
"type": "beginNode",
"width": 100
"type": "beginNode"
},
{
"data": {
Expand Down
3 changes: 1 addition & 2 deletions agent/templates/text2sql.json
Original file line number Diff line number Diff line change
Expand Up @@ -304,8 +304,7 @@
"selected": false,
"sourcePosition": "left",
"targetPosition": "right",
"type": "beginNode",
"width": 100
"type": "beginNode"
},
{
"data": {
Expand Down
3 changes: 1 addition & 2 deletions agent/templates/websearch_assistant.json
Original file line number Diff line number Diff line change
Expand Up @@ -460,8 +460,7 @@
"selected": false,
"sourcePosition": "left",
"targetPosition": "right",
"type": "beginNode",
"width": 100
"type": "beginNode"
},
{
"data": {
Expand Down

0 comments on commit 9e5427d

Please sign in to comment.