isRaterTimeout
isRaterTimeout(
verdict):boolean
Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/core/shell/rater.ts:224
Whether a verdict is specifically the FailClosedCause timeout arm.
Parameters
Section titled “Parameters”verdict
Section titled “verdict”{ outcome: "safe" | "destructive" | "catastrophic" | "attack"; reason: string; suggestedTool?: string; } | undefined
Returns
Section titled “Returns”boolean