how can I give access for AI cards to directly read info from KBs, without prepared answer from KBs. I have problem with directed answer for users question using KBs, and there I can't set prompt(personality) for this answer and it gives some issues with that answer. And another way how I wanted to do it, by using query knowledge base, but unfortunately it also gives ready answer without prompting(in prompt I store instructions about length of answer, and when it takes ready answer from KBs it just rewrites it). Then I found {{turn.KnowledgeAgent.citations}} feature, it gives me needed documents where stored answer for question, and when I use it AI card can't read the stored data in document.