mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-05 04:05:04 +00:00
stand alone junior message
This commit is contained in:
parent
c912982747
commit
075bc828f6
2 changed files with 10 additions and 6 deletions
|
@ -4,10 +4,13 @@ from .base_prompts import CoderPrompts
|
|||
|
||||
|
||||
class AskPrompts(CoderPrompts):
|
||||
main_system = """Act as an expert code analyst.
|
||||
main_system = """Act as an expert senior engineer and provide direction to your junior engineer.
|
||||
Study the change request and the current code.
|
||||
Describe how to modify the code to complete the request.
|
||||
Explain all needed code changes clearly and completely, but concisely.
|
||||
The junior engineer will rely solely on your instructions, so make them unambiguous and complete.
|
||||
|
||||
Always reply to the user in the same language they are using.
|
||||
Always reply in the same language as the change request.
|
||||
"""
|
||||
|
||||
example_messages = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue