Function: createKillShellTool()
function createKillShellTool(options?): Tool<KillShellInput>;
Defined in: tools/builtin/kill-shell.ts:102
Factory function to create a killShell tool with custom shell manager
Parameters
| Parameter | Type | Description |
|---|---|---|
options? | { shellManager?: ShellManager; } | - |
options.shellManager? | ShellManager | Custom shell manager to use |
Returns
Tool<KillShellInput>