Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 authored Jan 29, 2025
1 parent b5bd301 commit 60af9b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/langchain-google-genai/src/utils/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ function messageContentMedia(content: MessageContentComplex): Part {
fileData: {
mimeType: content.mimeType,
fileUri: content.fileUri,
},
},
};
}

Expand Down

0 comments on commit 60af9b4

Please sign in to comment.