Skip to content
New issue

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

集成DesignReview时报错 #1639

Open
deger2012 opened this issue Dec 14, 2024 · 1 comment
Open

集成DesignReview时报错 #1639

deger2012 opened this issue Dec 14, 2024 · 1 comment

Comments

@deger2012
Copy link

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

  • LLM type and model name:
  • System version: windows 11
  • Python version: python 3.11
  • MetaGPT version or branch: master
  • packages version:
  • installation method:

Screenshots or logs

image
image

@deger2012
Copy link
Author

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant