We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8df6e6 commit ebc7acaCopy full SHA for ebc7aca
generative-ai/snippets/nonStreamingMultipartContent.js
@@ -41,7 +41,7 @@ async function createNonStreamingMultipartContent(
41
42
// For images, the SDK supports both Google Cloud Storage URI and base64 strings
43
const filePart = {
44
- fileSata: {
+ fileData: {
45
fileUri: image,
46
mimeType: mimeType,
47
},
0 commit comments