mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-04 03:35:00 +00:00
10 lines
279 B
Python
10 lines
279 B
Python
# flake8: noqa: E501
|
|
|
|
from .wholefile_prompts import WholeFilePrompts
|
|
|
|
|
|
class EditorWholeFilePrompts(WholeFilePrompts):
|
|
main_system = """Act as an expert software developer and make changes to source code.
|
|
{final_reminders}
|
|
Output a copy of each file that needs changes.
|
|
"""
|