AxAgentFailureSignal
type AxAgentFailureSignal = object;Properties
code?
optional code: string;Truncated offending actor code (or tool arguments digest).
detail
detail: string;Human-readable failure line (error message / tool: error).
kind
kind: AxAgentFailureSignalKind;occurrences
occurrences: number;Number of merged occurrences of this (kind, signature) pair.
resolvedByTurn?
optional resolvedByTurn: number;resolved_error only: turn whose action resolved the failure.
signature
signature: string;Normalized fingerprint (extractErrorSignature) used for deduping.
turn
turn: number;Turn the failing action ran in.