Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.camel-ai.org/llms.txt

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

VerificationOutcome

class VerificationOutcome(Enum):
Enum representing the status of a verification.

bool

def __bool__(self):
Only VerificationOutcome.SUCCESS is truthy; others are falsy.

VerificationResult

class VerificationResult(BaseModel):
Structured result from a verification.

VerifierConfig

class VerifierConfig(BaseModel):
Configuration for verifier behavior.