From 86c76597d83def3ea8c6c3cb2b5aea98e8006f19 Mon Sep 17 00:00:00 2001 From: manu vasconcelos Date: Tue, 10 Dec 2024 10:47:08 -0300 Subject: [PATCH] remove whitespace --- app/lib/smooch_nlu.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/lib/smooch_nlu.rb b/app/lib/smooch_nlu.rb index 8039080da..2f161aef7 100644 --- a/app/lib/smooch_nlu.rb +++ b/app/lib/smooch_nlu.rb @@ -89,7 +89,7 @@ def self.alegre_matches_from_message(message, language, context, alegre_result_k response = Bot::Alegre.query_sync_with_params(params, "text")["result"].collect{|result| result["context"] = Bot::Alegre.isolate_relevant_context(team_id, result) } - + # One approach would be to take the option that has the most matches # Unfortunately this approach is influenced by the number of keywords per option # So, we are not using this approach right now