Skip to content

Commit f6657db

Browse files
committed
fix: rebuild
1 parent 1827d50 commit f6657db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export default class CompletionAdapterGoogleGemini
8282
const modelOptions = getGoogleLangChainAgentOptions(
8383
this.options.extraRequestBodyParameters,
8484
);
85-
85+
8686
return {
8787
model: new ChatGoogleGenerativeAI({
8888
model: this.options.model || "gemini-3-flash-preview",

0 commit comments

Comments
 (0)