agentskit.js

ValidatorGuardOptions

Auto-generated API reference for ValidatorGuardOptions.

Interface: ValidatorGuardOptions

Defined in: validator-guard.ts:55

#Properties

#audit?

optional audit?: (event) => void

Defined in: validator-guard.ts:60

Audit hook β€” receives every accepted, retried, or blocked decision.

#Parameters

event

ValidatorAuditEvent

#Returns

void


#fallback?

optional fallback?: string

Defined in: validator-guard.ts:58

Deterministic fallback text used when onFail: 'fallback' fires.


#validators

validators: Validator[]

Defined in: validator-guard.ts:56

Explore nearby

✎ Edit this page on GitHubΒ·Found a problem? Open an issue β†’Β·How to contribute β†’

On this page