fix(core): enable thinking explicitly in flash-lite models (#3033)

Co-authored-by: Lee James <40045512+leehagoodjames@users.noreply.github.com>
This commit is contained in:
Andrew Grigorev 2025-08-26 01:30:40 +03:00 committed by GitHub
parent cf5e1da69f
commit d820c2335b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -243,6 +243,7 @@ export class GeminiClient {
? { ? {
...this.generateContentConfig, ...this.generateContentConfig,
thinkingConfig: { thinkingConfig: {
thinkingBudget: -1,
includeThoughts: true, includeThoughts: true,
}, },
} }