update prompt

This commit is contained in:
hongjiongteng 2024-06-23 23:01:25 +08:00
parent 7f73279969
commit 9454c4dfd6
2 changed files with 2 additions and 2 deletions

View file

@ -224,7 +224,7 @@ class ReviewAndRewriteCode(Action):
project_schedule_input: str = "",
code_review_k_times: int = 2,
) -> str:
"""Reviews the provided code based on the accompanying design and task documentation, return the complete and correct code.
"""Reviews the provided code based on the accompanying system design and project schedule documentation, return the complete and correct code.
Read the code from `code_path`, and write the final code to `code_path`.
If both `system_design_input` and `project_schedule_input are absent`, it will return and do nothing.