mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-04 08:54:28 -07:00
test fix in shell.test.ts
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user