what would be the code that goes into the AI task ...
# 🌎general
j
what would be the code that goes into the AI task when grabbing a raw input from user and answering their question from knowledge base. Like {{event.kb.results.map((a) => a.dsFriendlyName + "\n" + a.content).join("\n\n")}} was the example from youtube but it doesnt seem to be working when you change the knowledge base to just a single URL