> ## Documentation Index
> Fetch the complete documentation index at: https://praison.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Verification Result • AI Agent SDK

> VerificationResult: Result of a verification hook execution.

# VerificationResult

> Defined in the [**verification**](../modules/verification) module.

<Badge color="blue">AI Agent</Badge>

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

<ResponseField name="success" type="bool">
  No description available.
</ResponseField>

<ResponseField name="output" type="str">
  No description available.
</ResponseField>

<ResponseField name="details" type="Dict">
  No description available.
</ResponseField>

<ResponseField name="error" type="Optional">
  No description available.
</ResponseField>

<ResponseField name="duration_seconds" type="float">
  No description available.
</ResponseField>

<Accordion title="Internal & Generic Methods">
  * **to\_dict**: Convert to dictionary.
</Accordion>

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-agents/praisonaiagents/hooks/verification.py#L34">
  `praisonaiagents/hooks/verification.py` at line 34
</Card>
