Luo Min

Results 1 issues of Luo Min

**Bug description** 我的程序在集成DesignReview时,报错如下:TypeError: DesignReview.run() missing 1 required positional argument: 'api_design',查了下是 role.py中的代码 async def _act(self) -> Message: logger.info(f"{self._setting}: to do {self.rc.todo}({self.rc.todo.name})") response = await self.rc.todo.run(self.rc.history)只传了一下参数,但DesignReview.run中有两个参数导致的 具体报错信息及代码位置截图显示 **Bug solved method** **Environment information**...

inactive