mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-14 13:53:02 -07:00
foo
foo checkpoint
This commit is contained in:
@@ -657,11 +657,11 @@ export class Session {
|
||||
try {
|
||||
const model = resolveModel(
|
||||
this.config.getModel(),
|
||||
(await this.config.getGemini31Launched?.()) ?? false,
|
||||
(await this.config.getGemini31Launched()) ?? false,
|
||||
);
|
||||
const responseStream = await chat.sendMessageStream(
|
||||
{ model },
|
||||
nextMessage?.parts ?? [],
|
||||
nextMessage.parts ?? [],
|
||||
promptId,
|
||||
pendingSend.signal,
|
||||
LlmRole.MAIN,
|
||||
|
||||
Reference in New Issue
Block a user