Skip to main content

run

Method
This is a method of the VerificationHook class in the verification module.
Run the verification hook.

Signature

def run(context: Optional[Dict[str, Any]]) -> VerificationResult

Parameters

context
Optional
Optional context with information about what changed (e.g., files modified, actions taken)

Returns

Returns
VerificationResult
VerificationResult with success status and output

Used By

Source

View on GitHub

praisonaiagents/hooks/verification.py at line 87