Skip to content

Commit

Permalink
chore(schema): fix text-to-image output instillformat (#1098)
Browse files Browse the repository at this point in the history
Because

- text-to-image output schema has wrong instillformat

This commit

- fix text-to-image output instillformat

resolves INS-6230
  • Loading branch information
heiruwu authored Sep 10, 2024
1 parent 998aa56 commit 54cb4da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema/ai-tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -973,7 +973,7 @@
"type": "string",
"description": "The generated image, encoded to base64.",
"instillShortDescription": "The generated image, encoded to base64.",
"instillFormat": "string"
"instillFormat": "image/*"
}
},
"required": [
Expand Down

0 comments on commit 54cb4da

Please sign in to comment.