BashToolOptions
Defined in: bash/tools.ts:13
Properties
Section titled “Properties”cwd:
string
Defined in: bash/tools.ts:20
Working directory every command runs in.
executor
Section titled “executor”executor:
BashExecutor
Defined in: bash/tools.ts:18
Isolation strategy. Required: this tool never picks an executor on its own, and there’s no unsandboxed default.
timeoutMs?
Section titled “timeoutMs?”
optionaltimeoutMs?:number
Defined in: bash/tools.ts:22
Wall-clock timeout per command, in milliseconds. Default 30,000 (30s).