mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-09 14:14:59 +00:00
test: Add tests for auto_accept_architect
feature in ArchitectCoder
This commit is contained in:
parent
d84c755ee8
commit
330bb81206
2 changed files with 92 additions and 1 deletions
|
@ -6,6 +6,7 @@ from .base_coder import Coder
|
|||
class ArchitectCoder(AskCoder):
|
||||
edit_format = "architect"
|
||||
gpt_prompts = ArchitectPrompts()
|
||||
auto_accept_architect = False
|
||||
|
||||
def reply_completed(self):
|
||||
content = self.partial_response_content
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue