mirror of
https://github.com/codeflash-ai/codeflash-internal.git
synced 2026-05-04 18:25:18 +00:00
Merge remote-tracking branch 'origin/testgen-review-repair' into testgen-review-repair
This commit is contained in:
commit
8106d53e32
1 changed files with 1 additions and 2 deletions
|
|
@ -116,8 +116,7 @@ async def _review_single_test(
|
|||
failed_lines.append(f"- `{fn}`")
|
||||
failed_note = (
|
||||
"Note: The following functions failed behavioral tests and are already flagged for repair. "
|
||||
"Do NOT include them in your review — only review the remaining functions.\n"
|
||||
+ "\n".join(failed_lines)
|
||||
"Do NOT include them in your review — only review the remaining functions.\n" + "\n".join(failed_lines)
|
||||
)
|
||||
|
||||
system_prompt = _jinja_env.get_template("testgen_review_system_prompt.md.j2").render()
|
||||
|
|
|
|||
Loading…
Reference in a new issue