one more question pls, is there a way to add a fallback to vectorAgent in the RouterQueryEngine incase the sqlAgent fails ?
self._query_engine = RouterQueryEngine( selector=LLMSingleSelector.from_defaults(), query_engine_tools=([self._agents[agent_name] for agent_name in self._agent_names]), )