Remove previewFeatures and default to Gemini 3 (#18414)

This commit is contained in:
Sehoon Shon
2026-02-06 13:02:57 -05:00
committed by GitHub
parent 1495294cc0
commit 61d92c4a21
57 changed files with 91 additions and 797 deletions
@@ -482,10 +482,7 @@ export class Session {
const functionCalls: FunctionCall[] = [];
try {
const model = resolveModel(
this.config.getModel(),
this.config.getPreviewFeatures(),
);
const model = resolveModel(this.config.getModel());
const responseStream = await chat.sendMessageStream(
{ model },
nextMessage?.parts ?? [],