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.

validate

AsyncMethod
This is a method of the AsyncGuardrail class in the guardrails module.
Validate the output asynchronously

Signature

async def validate(&self, output: &str) -> GuardrailResult

Parameters

output
&str
required
No description available.

Returns

Returns
GuardrailResult
The result of the operation.