Skip to content

Commit 755d28b

Browse files
committed
fix formatting
1 parent 172bc4b commit 755d28b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/vertexai/src/requests/response-helpers.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,9 @@ export function addHelpers(
9090
}
9191
return '';
9292
};
93-
(response as EnhancedGenerateContentResponse).inlineDataParts = (): InlineDataPart[] | undefined => {
93+
(response as EnhancedGenerateContentResponse).inlineDataParts = ():
94+
| InlineDataPart[]
95+
| undefined => {
9496
if (response.candidates && response.candidates.length > 0) {
9597
if (response.candidates.length > 1) {
9698
logger.warn(

0 commit comments

Comments
 (0)