Skip to content

Commit 322c46b

Browse files
committed
chore: update data schema for custom-agent #100
1 parent 3b12625 commit 322c46b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/resources/cc/unitmesh/devti/custom/schema/autodev-custom-agent.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
"name": {
88
"type": "string"
99
},
10+
"description": {
11+
"type": "string"
12+
},
1013
"url": {
1114
"type": "string",
1215
"format": "uri"
@@ -54,6 +57,7 @@
5457
"required": [
5558
"name",
5659
"url",
60+
"description",
5761
"responseAction"
5862
],
5963
"additionalProperties": true

0 commit comments

Comments
 (0)