From 4c6e61b1f9c743ebd233375e2740e7b57c416cc6 Mon Sep 17 00:00:00 2001 From: seehi <6580@pm.me> Date: Sat, 27 Apr 2024 12:58:04 +0800 Subject: [PATCH] add example in ActionNode --- metagpt/actions/write_prd_an.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metagpt/actions/write_prd_an.py b/metagpt/actions/write_prd_an.py index 6a995e184..a33685cd3 100644 --- a/metagpt/actions/write_prd_an.py +++ b/metagpt/actions/write_prd_an.py @@ -165,7 +165,7 @@ ANYTHING_UNCLEAR = ActionNode( key="Anything UNCLEAR", expected_type=str, instruction="Mention any aspects of the project that are unclear and try to clarify them.", - example="", + example="Currently, all aspects of the project are clear.", ) ISSUE_TYPE = ActionNode(