mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-14 13:53:02 -07:00
Co-authored-by: Yuna Seol <yunaseol@google.com>
This commit is contained in:
@@ -35,6 +35,7 @@ import {
|
||||
startupProfiler,
|
||||
Kind,
|
||||
partListUnionToString,
|
||||
LlmRole,
|
||||
} from '@google/gemini-cli-core';
|
||||
import * as acp from '@agentclientprotocol/sdk';
|
||||
import { AcpFileSystemService } from './fileSystemService.js';
|
||||
@@ -493,6 +494,7 @@ export class Session {
|
||||
nextMessage?.parts ?? [],
|
||||
promptId,
|
||||
pendingSend.signal,
|
||||
LlmRole.MAIN,
|
||||
);
|
||||
nextMessage = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user