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