diff --git a/owl/utils/enhanced_role_playing.py b/owl/utils/enhanced_role_playing.py index 80332fd..0c4754c 100644 --- a/owl/utils/enhanced_role_playing.py +++ b/owl/utils/enhanced_role_playing.py @@ -313,7 +313,7 @@ Please note that our overall task may be very complicated. Here are some tips th Now please make a final answer of the original task based on our conversation : {self.task_prompt} """ - assistant_response = await self.assistant_agent.astep(user_msg) + assistant_response = await self.assistant_agent.astep(modified_user_msg) if assistant_response.terminated or assistant_response.msgs is None: return ( ChatAgentResponse(