mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
feat: Add cache_prompts parameter to Coder constructor
This commit is contained in:
parent
8e43911a63
commit
7850236ba2
1 changed files with 1 additions and 0 deletions
|
@ -256,6 +256,7 @@ class Coder:
|
|||
summarizer=None,
|
||||
total_cost=0.0,
|
||||
map_refresh="auto",
|
||||
cache_prompts=False,
|
||||
):
|
||||
self.commit_before_message = []
|
||||
self.aider_commit_hashes = set()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue