mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
feat: Pass map_multiplier_no_files argument from Coder into RepoMap
This commit is contained in:
parent
87d9a559cb
commit
3ab3265239
2 changed files with 2 additions and 1 deletions
|
@ -424,7 +424,7 @@ class Coder:
|
|||
self.gpt_prompts.repo_content_prefix,
|
||||
self.verbose,
|
||||
max_inp_tokens,
|
||||
map_mul_no_files=map_mul_no_files,
|
||||
map_mul_no_files=map_multiplier_no_files,
|
||||
refresh=map_refresh,
|
||||
)
|
||||
|
||||
|
|
|
@ -537,6 +537,7 @@ def main(argv=None, input=None, output=None, force_git_root=None, return_coder=F
|
|||
summarizer=summarizer,
|
||||
map_refresh=args.map_refresh,
|
||||
cache_prompts=args.cache_prompts,
|
||||
map_multiplier_no_files=args.map_multiplier_no_files,
|
||||
)
|
||||
except ValueError as err:
|
||||
io.tool_error(str(err))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue