Skip to content

Commit

Permalink
remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
vasconsaurus committed Dec 10, 2024
1 parent eb072c1 commit 86c7659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/smooch_nlu.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 86c7659

Please sign in to comment.