How to optimize task resolution in CrewAI with boss_agent, avoiding passing through all agents each time

In CrewAI, when implementing teams, how can tasks be resolved directly by the boss_agent without going through all agents every time? For example, I have implemented the boss_agent, plan_agent, and excel_agent. When the query is “Hello,” the system still goes through all three agents to reach a conclusion. Is there an optimization method where the boss_agent can handle simple queries directly, without involving other agents?