mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-14 13:53:02 -07:00
refactor: Centralize session ID generation and propagation
This commit is contained in:
@@ -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
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user