mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-07-20 16:51:07 +02:00
feat: +练习题
This commit is contained in:
parent
16bad64649
commit
7cab03942e
3 changed files with 57 additions and 4 deletions
|
|
@ -196,7 +196,7 @@ class Role:
|
|||
|
||||
logger.info(f"{self._setting}: ready to {self._rc.todo}")
|
||||
requirement = self._rc.important_memory
|
||||
response = await self._rc.todo.run(requirement)
|
||||
response = await self._rc.todo.run(requirement, **self._options)
|
||||
# logger.info(response)
|
||||
if isinstance(response, ActionOutput):
|
||||
msg = Message(content=response.content, instruct_content=response.instruct_content,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue