Skip to content

BashExecutorRunOptions

Defined in: bash/executor.ts:67

cwd: string

Defined in: bash/executor.ts:69

Working directory the command runs in.


optional signal?: AbortSignal

Defined in: bash/executor.ts:73

Aborts the command early — wired from the AI SDK tool call’s own abortSignal.


timeoutMs: number

Defined in: bash/executor.ts:71

Wall-clock timeout in milliseconds — the command is killed if it runs past this.