mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-26 17:26:22 +02:00
update comment in get_codes function
This commit is contained in:
parent
e761612aec
commit
5af94ae133
2 changed files with 2 additions and 2 deletions
|
|
@ -162,7 +162,7 @@ class WriteCode(Action):
|
|||
task_doc (Document): Document object of the task file.
|
||||
exclude (str): The file to be generated. Specifies the filename to be excluded from the code snippets.
|
||||
project_repo (ProjectRepo): ProjectRepo object of the project.
|
||||
use_inc (bool): Whether is the incremental development scenario. Defaults to False.
|
||||
use_inc (bool): Indicates whether the scenario involves incremental development. Defaults to False.
|
||||
|
||||
Returns:
|
||||
str: Codes for generating the exclude file.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue