mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-06-24 10:17:35 -07:00
refactor(core): Migrate next speaker check to use BaseLlmClient (#8424)
This commit is contained in:
@@ -541,8 +541,9 @@ export class GeminiClient {
|
||||
|
||||
const nextSpeakerCheck = await checkNextSpeaker(
|
||||
this.getChat(),
|
||||
this,
|
||||
this.config.getBaseLlmClient(),
|
||||
signal,
|
||||
prompt_id,
|
||||
);
|
||||
logNextSpeakerCheck(
|
||||
this.config,
|
||||
|
||||
Reference in New Issue
Block a user