mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-26 21:14:35 -07:00
feat(browser): implement experimental browser agent (#19284)
This commit is contained in:
@@ -149,6 +149,9 @@ describe('GeminiCliAgent Integration', () => {
|
||||
throw new Error('Dynamic instruction failure');
|
||||
},
|
||||
model: 'gemini-2.0-flash',
|
||||
fakeResponses: RECORD_MODE
|
||||
? undefined
|
||||
: getGoldenPath('agent-dynamic-instructions'),
|
||||
});
|
||||
|
||||
const session = agent.session();
|
||||
@@ -159,5 +162,5 @@ describe('GeminiCliAgent Integration', () => {
|
||||
// Just consume the stream
|
||||
}
|
||||
}).rejects.toThrow('Dynamic instruction failure');
|
||||
});
|
||||
}, 30000);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user