Hi! I'm writing an OutputProcessor based on a Scorer - i.e., in situations where the Scorer would give low scores due to certain conditions, the OutputProcessor would abort the answer preemptively. However this particular condition is based on checking if the content of the answer is grounded on tool executions made on previous answers by the assistant. Can I get the remembered messages, like I do on the Scorer? If I can't do it directly, would you recommend another way to do so?