mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-30 15:04:16 -07:00
feat(core): Migrate generateContent to model configs. (#12834)
This commit is contained in:
@@ -366,10 +366,11 @@ describe('ShellTool', () => {
|
||||
const result = await promise;
|
||||
|
||||
expect(summarizer.summarizeToolOutput).toHaveBeenCalledWith(
|
||||
mockConfig,
|
||||
{ model: 'summarizer-shell' },
|
||||
expect.any(String),
|
||||
mockConfig.getGeminiClient(),
|
||||
mockAbortSignal,
|
||||
1000,
|
||||
);
|
||||
expect(result.llmContent).toBe('summarized output');
|
||||
expect(result.returnDisplay).toBe('long output');
|
||||
|
||||
Reference in New Issue
Block a user