diff options
| author | Tommaso Sciortino <[email protected]> | 2025-06-05 13:26:38 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-05 13:26:38 -0700 |
| commit | e59e18251b64606563680efcdba99520933e1b70 (patch) | |
| tree | cf28a0d62bdeafbaec1c8cecdd89a80731985173 /packages/core/src/utils/nextSpeakerChecker.test.ts | |
| parent | 2ebf2fbc82ba998f0369f17b56f99d0b25680cb4 (diff) | |
Introduce generate content interface (#755)
Diffstat (limited to 'packages/core/src/utils/nextSpeakerChecker.test.ts')
| -rw-r--r-- | packages/core/src/utils/nextSpeakerChecker.test.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/core/src/utils/nextSpeakerChecker.test.ts b/packages/core/src/utils/nextSpeakerChecker.test.ts index 872e00f6..2514c99d 100644 --- a/packages/core/src/utils/nextSpeakerChecker.test.ts +++ b/packages/core/src/utils/nextSpeakerChecker.test.ts @@ -69,7 +69,6 @@ describe('checkNextSpeaker', () => { // GeminiChat will receive the mocked instances via the mocked GoogleGenAI constructor chatInstance = new GeminiChat( - mockGoogleGenAIInstance, // This will be the instance returned by the mocked GoogleGenAI constructor mockModelsInstance, // This is the instance returned by mockGoogleGenAIInstance.getGenerativeModel 'gemini-pro', // model name {}, |
