mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-20 15:38:09 +02:00
feat: +note
This commit is contained in:
parent
f15b772d77
commit
85465fe500
1 changed files with 2 additions and 0 deletions
|
|
@ -544,6 +544,8 @@ class Role(SerializationMixin, ContextMixin, BaseModel):
|
|||
"""
|
||||
Export SDK API, used by AgentStore RPC and Agent.
|
||||
AgentStore uses this attribute to display to the user what actions the current role should take.
|
||||
`Role` provides the default property, and this property should be overridden by children classes if necessary,
|
||||
as demonstrated by the `Engineer` class.
|
||||
"""
|
||||
if self.rc.todo:
|
||||
if self.rc.todo.desc:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue