-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
集成DesignReview时报错 #1639
Comments
This issue has no activity in the past 30 days. Please comment on the issue if you have anything to add. |
你应该传 |
嗯 好的 谢谢
…________________________________
发件人: Guess ***@***.***>
发送时间: 2025年1月16日 22:47
收件人: geekan/MetaGPT ***@***.***>
抄送: Luo Min ***@***.***>; Author ***@***.***>
主题: Re: [geekan/MetaGPT] 集成DesignReview时报错 (Issue #1639)
你应该传prompt,而不是那两个参数
―
Reply to this email directly, view it on GitHub<#1639 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AASE2CBMJT736EJ4NBQ2ZOT2K7A77AVCNFSM6AAAAABTTIV5ECVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKOJVHEZDINBSHE>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
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: