|  | @@ -126,7 +126,7 @@ class Completion:
 | 
											
												
													
														|  |          
 |  |          
 | 
											
												
													
														|  |          fake_response = None
 |  |          fake_response = None
 | 
											
												
													
														|  |          if not app_model_config.pre_prompt and agent_execute_result and agent_execute_result.output \
 |  |          if not app_model_config.pre_prompt and agent_execute_result and agent_execute_result.output \
 | 
											
												
													
														|  | -                and agent_execute_result.strategy != PlanningStrategy.ROUTER:
 |  | +                and agent_execute_result.strategy not in [PlanningStrategy.ROUTER, PlanningStrategy.REACT_ROUTER]:
 | 
											
												
											
												
													
														|  |              fake_response = agent_execute_result.output
 |  |              fake_response = agent_execute_result.output
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |          
 |  |          
 |