From 86c5e5e8e662556204bdc69adf1a050e94962320 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:28:07 +0800 Subject: [PATCH] feat: +annotation --- metagpt/actions/debug_error.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metagpt/actions/debug_error.py b/metagpt/actions/debug_error.py index 7fdc2ef5b..971f76ca7 100644 --- a/metagpt/actions/debug_error.py +++ b/metagpt/actions/debug_error.py @@ -5,7 +5,7 @@ @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. + console log. According to Section 2.2.3.1 of RFC 135, replace file data in the message with the file name. """ import re