in demo-python/code/phi-chat/lib/chat.py [0:0]
def get_last_message_sources(self) -> Optional[List[object]]: return self.search_results[-1]["sources"] if len(self.search_results) > 0 else None