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