ValidatorAuditEvent
Auto-generated API reference for ValidatorAuditEvent.
Interface: ValidatorAuditEvent
Defined in: validator-guard.ts:63
#Properties
#at
at:
string
Defined in: validator-guard.ts:65
ISO timestamp.
#attempts
attempts:
number
Defined in: validator-guard.ts:69
Total attempts made.
#failures
failures:
object[]
Defined in: validator-guard.ts:71
Per-failure detail. Empty when outcome: 'accepted' on first try.
#action
action:
ValidatorAction
#attempt
attempt:
number
#reason?
optionalreason?:string
#validator
validator:
string
#outcome
outcome:
"fallback"|"accepted"|"blocked"
Defined in: validator-guard.ts:67
Outcome of the run.
#output
output:
string
Defined in: validator-guard.ts:73
Final output that left the guard.