Skip to content

Commit 5233789

Browse files
committed
docs: Improve watch_code_prompt instructions
1 parent 7073171 commit 5233789

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

aider/watch_prompts.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
watch_code_prompt = """
2-
Find the "AI" comments below (marked with █) in the code files I've shared with you.
3-
I've written your instructions there.
4-
Follow my instructions as given in the AI comments and make the requested changes.
5-
Also, be sure to remove all the "AI" comments from the code too.
2+
I've written your instructions in comments in the code and marked them with "ai"
3+
You can see the "AI" comments shown below (marked with █).
4+
Find them in the code files I've shared with you, and follow their instructions.
5+
6+
After completing those instructions, also be sure to remove all the "AI" comments from the code too.
67
"""
78

89
watch_ask_prompt = """/ask

0 commit comments

Comments
 (0)