From 0dddcbadcfd4b540d0c49729a40ba0f3765c5018 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E4=BC=9F=E9=9F=AC?= Date: Tue, 30 Jul 2024 14:42:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=BC=96=E7=A8=8B=E8=AF=AD?= =?UTF-8?q?=E8=A8=80=E6=8A=BD=E5=8F=96=E6=8F=90=E7=A4=BA=E8=AF=8D=E7=9A=84?= =?UTF-8?q?=E6=A0=B7=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- metagpt/actions/anaylze_requirements.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/metagpt/actions/anaylze_requirements.py b/metagpt/actions/anaylze_requirements.py index 5dfd0b4af..0d093393c 100644 --- a/metagpt/actions/anaylze_requirements.py +++ b/metagpt/actions/anaylze_requirements.py @@ -19,12 +19,11 @@ Follow the instructions and output format. Do not include any additional content EXAMPLES = """ Example 1 Requirements: -Create 2048 game. Do not write PRD. +Create 2048 game using Python. Do not write PRD. Outputs: [User Restrictions] : Do not write PRD. [Language Restrictions] : The response, message and instruction must be in the language specified by English. -[Programming Language] : HTML (*.html), CSS (*.css), and JavaScript (*.js) - +[Programming Language] : Python Example 2 Requirements: 创建一个贪吃蛇,只需要给出设计文档和代码