detect_hallucinations
Run all hallucination detectors on a transcript to identify ASR errors, returning flags with severity, detector name, and evidence for each issue found.
Instructions
Run all hallucination detectors on a transcript. Returns a list of flags with severity, detector name, and evidence. Detectors: repetition_loop, silence_hallucination, prompt_echo, temporal_drift, phantom_subtitle, language_switch, completeness.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| transcript_json | Yes | JSON string of a TranscriptResult |