mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-21 14:05:17 +02:00
rename ReviewAndRewriteCode by ValidateAndRewriteCode
This commit is contained in:
parent
94ec668c3d
commit
81a5185d52
7 changed files with 53 additions and 46 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue