mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-12 17:22:37 +02:00
update comment
This commit is contained in:
parent
256e73e878
commit
76f0d5aad8
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ class RewriteCode(Action):
|
|||
|
||||
Example Usage:
|
||||
# Example of how to call the run method with a code snippet and documentation
|
||||
await WriteCodeReview().run(
|
||||
await RewriteCode().run(
|
||||
code_path="/tmp/game.js",
|
||||
design_doc_input="/tmp/design_doc.json",
|
||||
task_doc_input='{"Required packages":["No third-party dependencies required"], ...}'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue