Skip to content

Commit 58b6a92

Browse files
authored
Merge 29e02a1 into dc2efe7
2 parents dc2efe7 + 29e02a1 commit 58b6a92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/vertexai/src/requests/request-helpers.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,13 +186,13 @@ describe('request formatting methods', () => {
186186
{
187187
role: 'user',
188188
parts: [
189+
{ text: 'What is this?' },
189190
{
190191
fileData: {
191192
mimeType: 'image/jpeg',
192193
fileUri: 'gs://sample.appspot.com/image.jpeg'
193194
}
194-
},
195-
{ text: 'What is this?' }
195+
}
196196
]
197197
}
198198
]

0 commit comments

Comments
 (0)