Skip to content

Commit

Permalink
chore: update data schema for custom-agent #100
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Mar 21, 2024
1 parent 3b12625 commit 322c46b
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"name": {
"type": "string"
},
"description": {
"type": "string"
},
"url": {
"type": "string",
"format": "uri"
Expand Down Expand Up @@ -54,6 +57,7 @@
"required": [
"name",
"url",
"description",
"responseAction"
],
"additionalProperties": true
Expand Down

0 comments on commit 322c46b

Please sign in to comment.