From 31c797279a73ebf020f15a9a893831856ffabb55 Mon Sep 17 00:00:00 2001 From: mannaandpoem <1580466765@qq.com> Date: Wed, 27 Dec 2023 14:41:13 +0800 Subject: [PATCH] Update prompt in write_code_guide_an.py. --- metagpt/actions/write_prd_an.py | 1 - 1 file changed, 1 deletion(-) diff --git a/metagpt/actions/write_prd_an.py b/metagpt/actions/write_prd_an.py index d58d72f64..dc1ae1dd1 100644 --- a/metagpt/actions/write_prd_an.py +++ b/metagpt/actions/write_prd_an.py @@ -136,7 +136,6 @@ REASON = ActionNode( key="reason", expected_type=str, instruction="Explain the reasoning process from question to answer", example="..." ) - NODES = [ LANGUAGE, PROGRAMMING_LANGUAGE,