Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions openapi/openapi.en.json
Original file line number Diff line number Diff line change
Expand Up @@ -42379,7 +42379,8 @@
"string",
"null"
],
"description": "New description. Omit to leave unchanged."
"description": "New description. Omit to leave unchanged.",
"maxLength": 2000
},
"card_url": {
"type": [
Expand Down Expand Up @@ -42454,7 +42455,8 @@
},
"description": {
"type": "string",
"description": "Agent description."
"description": "Agent description.",
"maxLength": 2000
},
"card_url": {
"type": "string",
Expand Down
6 changes: 4 additions & 2 deletions openapi/openapi.zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -42370,7 +42370,8 @@
"string",
"null"
],
"description": "新的描述。省略则不变。"
"description": "新的描述。省略则不变。",
"maxLength": 2000
},
"card_url": {
"type": [
Expand Down Expand Up @@ -42445,7 +42446,8 @@
},
"description": {
"type": "string",
"description": "智能体描述。"
"description": "智能体描述。",
"maxLength": 2000
},
"card_url": {
"type": "string",
Expand Down