mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-15 11:02:36 +02:00
refactor: Update according to Chapter 2.1.3.2 of RFC 116
This commit is contained in:
parent
d1977f1586
commit
7a2193c3d2
1 changed files with 1 additions and 1 deletions
|
|
@ -159,7 +159,7 @@ class Role:
|
|||
messages by observing."""
|
||||
self._rc.env = env
|
||||
if env:
|
||||
env.set_subscribed_tags(self, self._subscription)
|
||||
env.set_subscription(self, self._subscription)
|
||||
|
||||
@property
|
||||
def profile(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue