From e44f4739f110f935cb04ffecabc120805a9314ad Mon Sep 17 00:00:00 2001 From: garylin2099 Date: Mon, 24 Jun 2024 10:59:06 +0800 Subject: [PATCH] add alias to tolerate fault for architect --- metagpt/roles/architect.py | 1 + 1 file changed, 1 insertion(+) diff --git a/metagpt/roles/architect.py b/metagpt/roles/architect.py index afa234a3c..8650f2640 100644 --- a/metagpt/roles/architect.py +++ b/metagpt/roles/architect.py @@ -50,5 +50,6 @@ class Architect(RoleZero): { "WriteDesign.run": wd.run, "WriteDesign": wd.run, # alias + "run": wd.run, # alias } )