mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-27 14:25:20 +02:00
refine code
This commit is contained in:
parent
613515836d
commit
742891775c
1 changed files with 0 additions and 1 deletions
|
|
@ -141,7 +141,6 @@ class Role(SerializationMixin, ContextMixin, BaseModel):
|
|||
# builtin variables
|
||||
recovered: bool = False # to tag if a recovered role
|
||||
latest_observed_msg: Optional[Message] = None # record the latest observed message when interrupted
|
||||
# context: Optional[Context] = Field(default=context, exclude=True)
|
||||
|
||||
__hash__ = object.__hash__ # support Role as hashable type in `Environment.members`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue