Skip to content

Commit

Permalink
chore: update schema
Browse files Browse the repository at this point in the history
  • Loading branch information
heiruwu committed Sep 3, 2024
1 parent 265362a commit b874639
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion schema/ai-tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"title": "Content",
"type": "array",
"items": {
"type": "object",
"oneOf": [
{
"type": "object",
Expand Down Expand Up @@ -289,6 +290,7 @@
"title": "Content",
"type": "array",
"items": {
"type": "object",
"oneOf": [
{
"type": "object",
Expand Down Expand Up @@ -397,7 +399,7 @@
"instillAcceptFormats": [
"string"
],
"title": "Role",
"title": "Name",
"type": "string"
}
},
Expand Down

0 comments on commit b874639

Please sign in to comment.