Merge pull request #584 from iorisa/fixbug/geekan/v0.5-release

feat: disable --max_auto_summarize_code
This commit is contained in:
garylin2099 2023-12-19 17:09:53 +08:00 committed by GitHub
commit ae29e16db4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@ def startup(
),
reqa_file: str = typer.Option(default="", help="Specify the source file name for rewriting the quality test code."),
max_auto_summarize_code: int = typer.Option(
default=-1,
default=0,
help="The maximum number of times the 'SummarizeCode' action is automatically invoked, with -1 indicating unlimited. This parameter is used for debugging the workflow.",
),
):