mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-22 07:41:23 -07:00
building now
This commit is contained in:
@@ -130,11 +130,8 @@ describe('ContextManager Golden Tests', () => {
|
||||
const tracer2 = new ContextTracer('/tmp', 'test2');
|
||||
contextManager = new ContextManager(
|
||||
{
|
||||
pipelines: {
|
||||
eagerBackground: [],
|
||||
normalProcessingGraph: [],
|
||||
retainedProcessingGraph: [],
|
||||
},
|
||||
budget: { retainedTokens: 100000, maxTokens: 150000 },
|
||||
pipelines: [],
|
||||
} as any,
|
||||
{} as any,
|
||||
tracer2,
|
||||
|
||||
Reference in New Issue
Block a user