VerificationResult
Defined in the verification module.AI Agent Result of a verification hook execution. Attributes: success: Whether verification passed output: Human-readable output/summary details: Additional structured details error: Error message if failed duration_seconds: How long verification took
Properties
bool
No description available.
str
No description available.
Dict[str, Any]
No description available.
Optional[str]
No description available.
float
No description available.
Internal & Generic Methods
Internal & Generic Methods
- to_dict: Convert to dictionary.
Source
View on GitHub
praisonaiagents/hooks/verification.py at line 34
