BashExecutorRunOptions
Defined in: bash/executor.ts:67
Properties
Section titled “Properties”cwd:
string
Defined in: bash/executor.ts:69
Working directory the command runs in.
signal?
Section titled “signal?”
optionalsignal?:AbortSignal
Defined in: bash/executor.ts:73
Aborts the command early — wired from the AI SDK tool call’s own abortSignal.
timeoutMs
Section titled “timeoutMs”timeoutMs:
number
Defined in: bash/executor.ts:71
Wall-clock timeout in milliseconds — the command is killed if it runs past this.