How to implement dynamic switching of multi-model agents through Flowise?

I am trying to use Flowise to build an agent system that can automatically switch between different LLMs (such as GPT-4/Claude-2) based on the user’s question type, but I encountered a problem with the routing logic configuration. Are there any best practices or sample processes that I can refer to?