Skip to content

Commit 45db71e

Browse files
authored
feat: add description for image_urls
feat: add description for image_urls
2 parents b74d13b + 081e6fc commit 45db71e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

packages/openapi/descriptions/image.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@ export default {
5656
desc: `One or more image URLs used as visual references. The model merges them into a single image following the prompt instructions.`,
5757
},
5858
},
59+
image_urls: {
60+
default: {
61+
desc: `List of URLs of input images for editing.`,
62+
},
63+
},
5964
do_remove_background: {
6065
desc: `Enables removing the background from the input image.`,
6166
},

0 commit comments

Comments
 (0)