mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 10:45:00 +00:00
11 lines
422 B
Python
11 lines
422 B
Python
watch_code_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!
|
|
"""
|
|
|
|
watch_ask_prompt = """/ask
|
|
Find the "AI" comments below (marked with █) in the code files I've shared with you.
|
|
They contain your questions you need to answer and other instructions.
|
|
"""
|