diff options
Diffstat (limited to 'packages/core/src/utils/nextSpeakerChecker.test.ts')
| -rw-r--r-- | packages/core/src/utils/nextSpeakerChecker.test.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/core/src/utils/nextSpeakerChecker.test.ts b/packages/core/src/utils/nextSpeakerChecker.test.ts index 2514c99d..a19045d1 100644 --- a/packages/core/src/utils/nextSpeakerChecker.test.ts +++ b/packages/core/src/utils/nextSpeakerChecker.test.ts @@ -71,6 +71,7 @@ describe('checkNextSpeaker', () => { chatInstance = new GeminiChat( mockModelsInstance, // This is the instance returned by mockGoogleGenAIInstance.getGenerativeModel 'gemini-pro', // model name + 'test-session-id', {}, [], // initial history ); |
