fixbug: engineer action_description

This commit is contained in:
莘权 马 2024-01-17 11:55:09 +08:00
parent 05aa9b39ed
commit 2b522ffccb

View file

@ -297,6 +297,6 @@ class Engineer(Role):
self.set_todo(self.summarize_todos[0])
@property
def todo(self) -> str:
def action_description(self) -> str:
"""AgentStore uses this attribute to display to the user what actions the current role should take."""
return self.next_todo_action