feat: +练习题

This commit is contained in:
莘权 马 2023-07-31 15:44:12 +08:00
parent 16bad64649
commit 7cab03942e
3 changed files with 57 additions and 4 deletions

View file

@ -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,