From 31d0011a15c73b99f33ab77226d6b160c3abff3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8E=98=E6=9D=83=20=E9=A9=AC?= Date: Wed, 20 Mar 2024 19:04:41 +0800 Subject: [PATCH] refactor: comments --- metagpt/tools/libs/software_development.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metagpt/tools/libs/software_development.py b/metagpt/tools/libs/software_development.py index 59c71d492..225657fc1 100644 --- a/metagpt/tools/libs/software_development.py +++ b/metagpt/tools/libs/software_development.py @@ -17,7 +17,7 @@ async def write_prd(idea: str, project_path: Optional[str | Path] = None) -> Pat Args: idea (str): The idea or concept for the PRD. - project_path (Optional[str|Path], optional): The path to an existing project directory created by `write_prd`. + project_path (Optional[str|Path], optional): The path to an existing project directory. If it's None, a new project path will be created. Defaults to None. Returns: