From 059432b91d4c7e1e7c5c0daed22e4d53e9ac5496 Mon Sep 17 00:00:00 2001 From: Razvan Dinu Date: Tue, 26 Mar 2024 13:32:33 +0200 Subject: [PATCH] Fix typo for hallucination message. --- nemoguardrails/library/hallucination/flows.co | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nemoguardrails/library/hallucination/flows.co b/nemoguardrails/library/hallucination/flows.co index c5d94c00f..f64efafb7 100644 --- a/nemoguardrails/library/hallucination/flows.co +++ b/nemoguardrails/library/hallucination/flows.co @@ -1,5 +1,5 @@ define bot inform answer unknown - "I don't know the answer that." + "I don't know the answer to that." define flow hallucination warning """Warning rail for hallucination."""