mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-07-05 16:02:14 +02:00
solve conflict
This commit is contained in:
parent
1df49b82e4
commit
a44a46ad29
6 changed files with 50 additions and 67 deletions
|
|
@ -55,7 +55,7 @@ class WriteContent(Action):
|
|||
|
||||
name: str = "WriteContent"
|
||||
llm: BaseGPTAPI = Field(default_factory=LLM)
|
||||
directory: str = ""
|
||||
directory: dict = dict()
|
||||
language: str = "Chinese"
|
||||
|
||||
async def run(self, topic: str, *args, **kwargs) -> str:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue