Skip to content

Commit

Permalink
fix(component): modify schema
Browse files Browse the repository at this point in the history
  • Loading branch information
chuang8511 committed Sep 17, 2024
1 parent a9aaaa6 commit 57e5056
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions schema/ai-tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@
"type": "object",
"properties": {
"text": {
"title": "Text message",
"title": "Text Message",
"description": "Text message.",
"instillShortDescription": "Text message.",
"instillAcceptFormats": [
Expand Down Expand Up @@ -342,7 +342,7 @@
"type": "object",
"properties": {
"image-base64": {
"title": "Image file",
"title": "Image File",
"description": "Image base64 encoded string.",
"instillShortDescription": "Image base64 encoded string.",
"instillAcceptFormats": [
Expand All @@ -351,7 +351,7 @@
"type": "string"
},
"type": {
"title": "Image file",
"title": "Image File",
"description": "Image file input content type",
"instillShortDescription": "Image file input content type",
"instillAcceptFormats": [
Expand Down

0 comments on commit 57e5056

Please sign in to comment.