mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-15 11:02:36 +02:00
feat: +todo_description
This commit is contained in:
parent
93d6bc6569
commit
6d3f2acddb
1 changed files with 1 additions and 1 deletions
|
|
@ -348,4 +348,4 @@ class Role:
|
|||
return ""
|
||||
if self._rc.todo.desc:
|
||||
return self._rc.todo.desc
|
||||
return f"{self._rc.todo.__class__}"
|
||||
return f"{type(self._rc.todo).__name__}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue