Skip to content

Commit 70da311

Browse files
Update genai/bounding-box/boundingbox-with-txt-img.js
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent c1479c0 commit 70da311

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

genai/bounding-box/boundingbox-with-txt-img.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ async function createBoundingBox(
105105
type: 'INTEGER',
106106
format: 'int32',
107107
},
108-
minItems: '4',
109-
maxItems: '4',
108+
minItems: 4,
109+
maxItems: 4,
110110
},
111111
label: {
112112
type: 'STRING',

0 commit comments

Comments
 (0)