mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-08 20:30:53 -07:00
feat(core): Wire up chat code path for model configs. (#12850)
This commit is contained in:
@@ -82,7 +82,8 @@ describe('checkNextSpeaker', () => {
|
||||
// GeminiChat will receive the mocked instances via the mocked GoogleGenAI constructor
|
||||
chatInstance = new GeminiChat(
|
||||
mockConfig,
|
||||
{},
|
||||
'', // empty system instruction
|
||||
[], // no tools
|
||||
[], // initial history
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user