mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-02 14:45:17 +02:00
opt engineer2
This commit is contained in:
parent
599eecf1f4
commit
7538e715ed
1 changed files with 2 additions and 2 deletions
|
|
@ -41,8 +41,8 @@ class RewriteCode(Action):
|
|||
# Example of how to call the run method with a code snippet and documentation
|
||||
await WriteCodeReview().run(
|
||||
code_path="/tmp/game.js",
|
||||
design_doc="/tmp/design_doc.json",
|
||||
task_doc="/tmp/task_doc.json"
|
||||
design_doc_path="/tmp/design_doc.json",
|
||||
task_doc_path="/tmp/task_doc.json"
|
||||
)
|
||||
"""
|
||||
if not design_doc_path or not design_doc_path:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue