refactor(core): Migrate next speaker check to use BaseLlmClient (#8424)

This commit is contained in:
Abhi
2025-09-15 00:15:18 -04:00
committed by GitHub
parent ceed1cfd1c
commit 90f8bf9dfe
4 changed files with 74 additions and 40 deletions
+2 -1
View File
@@ -541,8 +541,9 @@ export class GeminiClient {
const nextSpeakerCheck = await checkNextSpeaker(
this.getChat(),
this,
this.config.getBaseLlmClient(),
signal,
prompt_id,
);
logNextSpeakerCheck(
this.config,