mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-30 15:04:16 -07:00
Restrict integration tests tools (#14403)
This commit is contained in:
committed by
GitHub
parent
bdbbe9232d
commit
035bea3699
@@ -15,7 +15,9 @@ import {
|
||||
describe('write_file', () => {
|
||||
it('should be able to write a file', async () => {
|
||||
const rig = new TestRig();
|
||||
await rig.setup('should be able to write a file');
|
||||
await rig.setup('should be able to write a file', {
|
||||
settings: { tools: { core: ['write_file', 'read_file'] } },
|
||||
});
|
||||
const prompt = `show me an example of using the write tool. put a dad joke in dad.txt`;
|
||||
|
||||
const result = await rig.run(prompt);
|
||||
|
||||
Reference in New Issue
Block a user