cURL
curl --request POST \ --url https://rippletide-backend.azurewebsites.net/api/agents/{agentId}/sessions/{sessionId}/check_hallucination \ --header 'Content-Type: application/json' \ --data ' { "message": "<string>" } '
{ "label": "hallucination", "findings": {} }
Check if a message contains hallucinations
Hallucination check result
hallucination
not_hallucination
unclear