We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb27d3d commit be2b78eCopy full SHA for be2b78e
baselines/run_aider.py
@@ -61,9 +61,9 @@ def run_aider_for_repo(
61
62
target_edit_files_cmd_args = " ".join(target_edit_files)
63
64
+ # support context for aider
65
prompt = f"{PROMPT_HEADER} " + get_prompt(target_edit_files_cmd_args)
66
- # support context for aider
67
if aider_config.use_unit_tests_info and ds["test"]["test_dir"]:
68
unit_tests_info = f"\n{UNIT_TESTS_INFO_HEADER} " + get_dir_info(
69
dir_path=Path(os.path.join(repo_path, ds["test"]["test_dir"])),
0 commit comments