mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-02 20:32:38 +02:00
fix skill manager
This commit is contained in:
parent
ee98f41131
commit
4e61062a5e
4 changed files with 7 additions and 7 deletions
|
|
@ -66,7 +66,7 @@ NEW_REQ_TEMPLATE = """
|
|||
|
||||
|
||||
class WritePRD(Action):
|
||||
name: str = ""
|
||||
name: str = "WritePRD"
|
||||
content: Optional[str] = None
|
||||
llm: BaseLLM = Field(default_factory=LLM)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue