(
config: ShellToolFactoryConfig = {},
)
| 16 | * provider tool. Pass `environment` to attach a container + skills. |
| 17 | */ |
| 18 | export function shellTool( |
| 19 | config: ShellToolFactoryConfig = {}, |
| 20 | ): OpenAIShellTool { |
| 21 | return baseShellTool(config) as OpenAIShellTool |
| 22 | } |
no outgoing calls
no test coverage detected