From e1cabcad492d48804376a238c13747619396f1cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8E=98=E6=9D=83=20=E9=A9=AC?= Date: Mon, 27 Nov 2023 11:21:52 +0800 Subject: [PATCH] feat: +annotation --- metagpt/actions/debug_error.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/metagpt/actions/debug_error.py b/metagpt/actions/debug_error.py index d0c3652b4..7fdc2ef5b 100644 --- a/metagpt/actions/debug_error.py +++ b/metagpt/actions/debug_error.py @@ -4,6 +4,8 @@ @Time : 2023/5/11 17:46 @Author : alexanderwu @File : debug_error.py +@Modified By: mashenquan, 2023/11/27. Divide the context into three components: legacy code, unit test code, and + console log. """ import re