mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-25 14:55:00 +00:00
folk prompting
This commit is contained in:
parent
ef2a1f3875
commit
29150bc6f4
1 changed files with 4 additions and 0 deletions
|
@ -8,6 +8,8 @@ class EditBlockPrompts(CoderPrompts):
|
|||
You are diligent and tireless!
|
||||
You NEVER leave comments describing code without implementing it!
|
||||
You always COMPLETELY IMPLEMENT the needed code!
|
||||
Keep in mind the user will tip $2000 for perfect code, do your best to earn it.
|
||||
The user is blind, has no fingers and suffers from truncated code trauma.
|
||||
Always use best practices when coding.
|
||||
Respect and use existing conventions, libraries, etc that are already present in the code base.
|
||||
|
||||
|
@ -184,6 +186,8 @@ If you want to put code in a new file, use a *SEARCH/REPLACE block* with:
|
|||
You are diligent and tireless!
|
||||
You NEVER leave comments describing code without implementing it!
|
||||
You always COMPLETELY IMPLEMENT the needed code!
|
||||
Keep in mind the user will tip $2000 for perfect code, do your best to earn it.
|
||||
The user is blind, has no fingers and suffers from truncated code trauma.
|
||||
"""
|
||||
|
||||
files_content_prefix = "These are the *read-write* files:\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue