mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-17 15:35:21 +02:00
fix
This commit is contained in:
parent
70033acd58
commit
cb9793e69b
1 changed files with 2 additions and 2 deletions
|
|
@ -254,8 +254,8 @@ class STRole(Role):
|
|||
p = "is"
|
||||
o = "idle"
|
||||
desc = "idle"
|
||||
desc = f"{s.split(':')[-1]} is {desc}"
|
||||
p_event = (s, p, o)
|
||||
desc = f"{s.split(':')[-1]} is {desc}"
|
||||
p_event = (s, p, o)
|
||||
|
||||
# We retrieve the latest self._rc.scratch.retention events. If there is
|
||||
# something new that is happening (that is, p_event not in latest_events),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue