We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1827d50 commit f6657dbCopy full SHA for f6657db
1 file changed
index.ts
@@ -82,7 +82,7 @@ export default class CompletionAdapterGoogleGemini
82
const modelOptions = getGoogleLangChainAgentOptions(
83
this.options.extraRequestBodyParameters,
84
);
85
-
+
86
return {
87
model: new ChatGoogleGenerativeAI({
88
model: this.options.model || "gemini-3-flash-preview",
0 commit comments