mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-29 14:34:55 -07:00
feat(core): Thread AgentLoopContext through core. (#21944)
This commit is contained in:
@@ -64,7 +64,7 @@ describe('ToolExecutor', () => {
|
||||
beforeEach(() => {
|
||||
// Use the standard fake config factory
|
||||
config = makeFakeConfig();
|
||||
executor = new ToolExecutor(config, config);
|
||||
executor = new ToolExecutor(config);
|
||||
|
||||
// Reset mocks
|
||||
vi.resetAllMocks();
|
||||
|
||||
Reference in New Issue
Block a user