rename ReviewAndRewriteCode by ValidateAndRewriteCode

This commit is contained in:
shenchucheng 2024-08-16 22:31:57 +08:00
parent 94ec668c3d
commit 81a5185d52
7 changed files with 53 additions and 46 deletions

View file

@ -71,7 +71,7 @@ class Config(CLIParams, YamlModel):
prompt_schema: Literal["json", "markdown", "raw"] = "json"
workspace: WorkspaceConfig = Field(default_factory=WorkspaceConfig)
enable_longterm_memory: bool = False
code_review_k_times: int = 2
code_validate_k_times: int = 2
# Experience Pool Parameters
exp_pool: ExperiencePoolConfig = Field(default_factory=ExperiencePoolConfig)