-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Benmebrouk edited this page Apr 12, 2026
·
2 revisions
Verified AI answers from your documents — or no answer at all.
pip install wauldo · PyPI · GitHub · Docs · Free API Key
pip install wauldofrom wauldo import HttpClient
client = HttpClient(base_url="https://api.wauldo.com", api_key="YOUR_API_KEY")
result = client.guard(
text="Returns accepted within 60 days.",
source_context="Our policy allows returns within 14 days.",
)
print(result.verdict) # "rejected"
print(result.claims[0].reason) # "numerical_mismatch"