Skip to content

Commit

Permalink
Add assertion prompt for full implementation of coder from compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
gembancud committed Jan 17, 2025
1 parent c6024dd commit a3be0db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aider/coders/mixture_of_architects_coder.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,7 @@ def run_coding_phase(self, message):
self.io.rule()
compiler_coder.run(with_message=compiler_input, preproc=False)
compiled_instructions = compiler_coder.partial_response_content
compiled_instructions += "\n\nCompletely implement all steps in the instructions above. Do not return to me until you have done so."


# Debug print the compiled instructions
Expand Down

0 comments on commit a3be0db

Please sign in to comment.