fix skill manager

This commit is contained in:
geekan 2023-12-28 23:38:46 +08:00
parent ee98f41131
commit 4e61062a5e
4 changed files with 7 additions and 7 deletions

View file

@ -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)