i found out why i was getting a boolian answer ins...
# 💻developers
b
i found out why i was getting a boolian answer instead of the real aiResponse. if you use ! before the !turn.knowledgeAgent.response you will only get a boolian answer of true or false. if you remove the ! before the !turn' you get the actual answer. this was so confusing for me today