mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-23 19:44:30 -07:00
Remove unused attribute (#6661)
This commit is contained in:
committed by
GitHub
parent
0193ce77dd
commit
653267a64f
@@ -101,7 +101,6 @@ describe('DeclarativeTool', () => {
|
||||
const successResult: ToolResult = {
|
||||
llmContent: 'Success!',
|
||||
returnDisplay: 'Success!',
|
||||
summary: 'Tool executed successfully',
|
||||
};
|
||||
const executeFn = vi.fn().mockResolvedValue(successResult);
|
||||
const invocation = new TestToolInvocation({}, executeFn);
|
||||
|
||||
Reference in New Issue
Block a user