Not sure if this is a tricky question or I am just missing something basic. My KB contains information about product123. The flow of the dialog is first to query KB, and then make AI task compose the answer. So, the first question is "What is product123?" The answer is found in KB, presented to AI, and AI task formulates a good answer. Now, the second question is "How much is it?" The circle repeats itself - KB followed by AI. KB doesn't know what "it" means, so it does not have any answer. AI takes control, and it knows what "it" means (i.e. product 123), but at this point it doesn't have a price of this product, because KB never gave it price info. There is some misalignment here. What's the simplest way to have this resolved?