mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-08 15:05:17 +02:00
fix bug
This commit is contained in:
parent
e89e0d8f67
commit
39c1e58ce4
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ from metagpt.actions import Action
|
|||
from metagpt.const import WORKSPACE_ROOT
|
||||
from metagpt.utils.common import CodeParser
|
||||
from metagpt.schema import Message
|
||||
from metagpt.utils.common import mermaid_to_file
|
||||
from metagpt.utils.mermaid import mermaid_to_file
|
||||
|
||||
PROMPT_TEMPLATE = """
|
||||
# Context
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue