diff --git a/erniebot-agent/applications/erniebot_researcher/editor_actor_agent.py b/erniebot-agent/applications/erniebot_researcher/editor_actor_agent.py index 3da9c655..fbf10825 100644 --- a/erniebot-agent/applications/erniebot_researcher/editor_actor_agent.py +++ b/erniebot-agent/applications/erniebot_researcher/editor_actor_agent.py @@ -105,7 +105,6 @@ async def _run(self, report: Union[dict, str]): return suggestions except Exception as e: logger.error(e) - breakpoint() await self._callback_manager.on_llm_error(self, self.llm, error=e) retry_count += 1 time.sleep(0.5)