if input_text in self.cache:
                response = self.cache[input_text]
                self.cache = {}
                return response