mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 09:44:59 +00:00
12 lines
556 B
Python
12 lines
556 B
Python
watch_code_prompt = """
|
|
I've written your instructions in comments in the code and marked them with "ai"
|
|
You can see the "AI" comments shown below (marked with █).
|
|
Find them in the code files I've shared with you, and follow their instructions.
|
|
|
|
After completing those instructions, also be sure to remove all the "AI" comments from the code too.
|
|
"""
|
|
|
|
watch_ask_prompt = """/ask
|
|
Find the "AI" comments below (marked with █) in the code files I've shared with you.
|
|
They contain my questions that I need you to answer and other instructions for you.
|
|
"""
|