refactor: move watch prompt text to separate module

This commit is contained in:
Paul Gauthier 2024-12-11 15:07:30 -08:00 committed by Paul Gauthier (aider)
parent 2649e736fb
commit 4a7fc084ce
2 changed files with 8 additions and 6 deletions

6
aider/watch_prompts.py Normal file
View file

@ -0,0 +1,6 @@
watch_prompt = """
Find the "AI" comments below (marked with ) in the code files I've shared with you.
They contain your instructions.
Make the requested changes.
Be sure to remove all these "AI" comments from the code!
"""