Skip to content

Commit

Permalink
rebasing
Browse files Browse the repository at this point in the history
  • Loading branch information
DGaffney committed Aug 27, 2024
1 parent 8001c35 commit 2b87999
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/lib/smooch_nlu.rb
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,11 @@ def self.alegre_matches_from_message(message, language, context, alegre_result_k
language: language,
}.merge(context)
}
<<<<<<< HEAD
response = Bot::Alegre.get_sync_with_params(params, "text")
=======
response = Bot::Alegre.get_sync_raw_params(params, "text")
>>>>>>> 7c7cdd38d (rebase)

# 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
Expand Down

0 comments on commit 2b87999

Please sign in to comment.