mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-29 10:56:22 +02:00
feat: add software team tool lib
This commit is contained in:
parent
155a5a8c65
commit
a994716eb2
3 changed files with 58 additions and 3 deletions
|
|
@ -12,7 +12,7 @@ from metagpt.utils.common import any_to_str
|
|||
|
||||
|
||||
@register_tool(tags=["software company", "ProductManager"])
|
||||
async def write_prd(idea: str, project_path: Optional[str | Path]) -> Path:
|
||||
async def write_prd(idea: str, project_path: Optional[str | Path] = None) -> Path:
|
||||
"""Writes a PRD based on user requirements.
|
||||
|
||||
Args:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue