mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-23 05:45:00 +00:00
11 lines
504 B
Python
11 lines
504 B
Python
watch_code_prompt = """
|
|
Find the "AI" comments below (marked with █) in the code files I've shared with you.
|
|
I've written your instructions there.
|
|
Follow my instructions as given in the AI comments and make the requested changes.
|
|
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.
|
|
"""
|