test fix in shell.test.ts

This commit is contained in:
Sri Pasumarthi
2026-03-18 12:06:25 -07:00
parent f7e9e25813
commit 39f7ca2aaf

View File

@@ -509,7 +509,7 @@ export class ShellTool extends BaseDeclarativeTool<
_toolDisplayName?: string,
): ToolInvocation<ShellToolParams, ToolResult> {
return new ShellToolInvocation(
this.context.config,
this.context,
params,
messageBus,
_toolName,