this is my setup, basically continues a back and f...
# 🌎general
s
this is my setup, basically continues a back and forth conversation answering questions until the user says "break" and goes back to main flow. and if the bot doesnt know the answer, it hands off to an AI task. the issue im having is now that i have the conversational memory inputs inside the AI task, it doesnt replace the variable aiAnswer where it stores results. so i ask one question it answers it and no matter whatever else i ask it just repeats the answer to the first question.