mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-30 19:36:24 +02:00
feat: + DI args error
feat: + test case
This commit is contained in:
parent
d9f70730f7
commit
dd9b573eb4
6 changed files with 45 additions and 30 deletions
|
|
@ -32,8 +32,8 @@ class MGX(DataInterpreter):
|
|||
sop_str = "\n".join([f"- {i}" for i in i.sop.sop])
|
||||
markdown = (
|
||||
f"### User Requirement Detail\n```text\n{intention_ref}\n````\n"
|
||||
f"### Knowledge\nTo meet user requirements, the following standard operating procedure(SOP)"
|
||||
f" must be used:\n"
|
||||
f"### Knowledge\nTo meet user requirements, the following standard operating procedure(SOP) must be"
|
||||
f" used. SOP descriptions cannot be modified; user requirements can only be appended to the end of corresponding steps.\n"
|
||||
f"{sop_str}"
|
||||
)
|
||||
return markdown
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue