mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-17 15:35:21 +02:00
bug fix: use get func
This commit is contained in:
parent
d998a48cd2
commit
c1c1d22cff
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ class ActionDeveloper(Base):
|
|||
self._watch([RetrieveSkills])
|
||||
self.rollout_num_iter = 0
|
||||
self.task_max_retries = 4
|
||||
self.critic_reviewer = agent_registry["critic_agent"]
|
||||
self.critic_reviewer = agent_registry.entries["critic_agent"]
|
||||
|
||||
def render_system_message(self, skills=[], *args, **kwargs):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue