We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
Screenshots or logs
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
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
Screenshots or logs
The text was updated successfully, but these errors were encountered: