Is this a bug with the AI task card? I have an AI ...
# 🌎general
h
Is this a bug with the AI task card? I have an AI task card that detects if what the user said was a country or not. If the user did mention a country then the AI task card replies with "countryBorn", if not then it replies with "fallback", and the bot stores the string response into a variable (countryBornCheck). (img. 1) Then I have a transition node that checks if that variable is the string "countryBorn", if it is then good (img. 2) But the problem is when the user mentions a country the AI TASK card replies with the country the user said, instead of replying with "countryBorn" (as it was instructed) (img. 3) Any tips? Or am I missing something?