i got AI task cards to work within a node with a raw input, although I've found it a bit inconsistent. using {{event.kb.results.map((a) => a.dsFriendlyName + "\n" + a.content).join("\n\n")}} as the "AI task input" and asking it to summarize the output in the "task instructions" although really wierd behavior there too, at first I asked it to summarize to two sentences, and it worked fine, then asked it to summarize to four sentences, and it spit out almost the entire KB that pertained to the subject, like 12 paragraphs. lol. then I changed it back to two. and now it ust spits out - {{event.kb.results.map((a) => a.dsFriendlyName + "\n" + a.content).join("\n\n")}} no idea what's going on....lol honestly found the output to be somewhat buggy most of the time and inconsistent, when I do get it to work......don't know whey changing how many sentences to summarize into would result in such huge different outcomes.