Introduce generate content interface (#755)

This commit is contained in:
Tommaso Sciortino
2025-06-05 13:26:38 -07:00
committed by GitHub
parent 2ebf2fbc82
commit e59e18251b
5 changed files with 45 additions and 42 deletions

View File

@@ -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
{},