mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-11 15:15:18 +02:00
feat: + notation
This commit is contained in:
parent
2e6f88d3e4
commit
34e5658009
1 changed files with 2 additions and 2 deletions
|
|
@ -68,11 +68,11 @@ class WriteTeachingPlanPart(Action):
|
|||
self.rsp = "# " + self.rsp
|
||||
|
||||
def __str__(self):
|
||||
"""str()时返回`topic`"""
|
||||
"""Return `topic` value when str()"""
|
||||
return self.topic
|
||||
|
||||
def __repr__(self):
|
||||
"""调试时返回`topic`"""
|
||||
"""Show `topic` value when debug"""
|
||||
return self.topic
|
||||
|
||||
FORMATION = """
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue