Skip to content

Commit be367c1

Browse files
authored
Fix LlmHttpClient google-gemini#1
1 parent 958dc8b commit be367c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/core/contentGenerator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,4 +381,4 @@ export async function createContentGenerator(
381381
);
382382
}
383383

384-
export type { GenerateContentParameters, GenerateContentResponse, CountTokensParameters, CountTokensResponse, EmbedContentParameters, EmbedContentResponse };
384+
export { GenerateContentParameters, GenerateContentResponse, CountTokensParameters, CountTokensResponse, EmbedContentParameters, EmbedContentResponse };

0 commit comments

Comments
 (0)