Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

run

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

Signature

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

Parameters

context
Optional
Optional context

Returns

Returns
VerificationResult
VerificationResult

Uses

  • time.time
  • VerificationResult

Used By

Source

View on GitHub

praisonaiagents/hooks/verification.py at line 129