mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-27 14:25:20 +02:00
fixbug: engineer action_description
This commit is contained in:
parent
05aa9b39ed
commit
2b522ffccb
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue