Skip to content

Commit ebc7aca

Browse files
authored
fix: resolve typo in genai sample (#3591)
* fix: resolve small bug (repeated image), and moving region tag * fix: resolve typo
1 parent d8df6e6 commit ebc7aca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generative-ai/snippets/nonStreamingMultipartContent.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ async function createNonStreamingMultipartContent(
4141

4242
// For images, the SDK supports both Google Cloud Storage URI and base64 strings
4343
const filePart = {
44-
fileSata: {
44+
fileData: {
4545
fileUri: image,
4646
mimeType: mimeType,
4747
},

0 commit comments

Comments
 (0)