Function: createBashOutputTool()
function createBashOutputTool(options?): Tool<BashOutputInput>;
Defined in: tools/builtin/bash-output.ts:127
Factory function to create a bashOutput tool with custom shell manager
Parameters
| Parameter | Type | Description |
|---|---|---|
options? | { shellManager?: ShellManager; } | - |
options.shellManager? | ShellManager | Custom shell manager to use |
Returns
Tool<BashOutputInput>