Remove unused attribute (#6661)

This commit is contained in:
Tommaso Sciortino
2025-08-20 16:13:50 -07:00
committed by GitHub
parent 0193ce77dd
commit 653267a64f
3 changed files with 0 additions and 13 deletions
-1
View File
@@ -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);