mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-23 22:04:59 +00:00
renamed EditorPrompts -> CoderPrompts
This commit is contained in:
parent
985e362544
commit
0f5264b196
4 changed files with 7 additions and 7 deletions
|
@ -1,9 +1,9 @@
|
|||
# flake8: noqa: E501
|
||||
|
||||
from .prompts_base import EditorPrompts
|
||||
from .prompts_base import CoderPrompts
|
||||
|
||||
|
||||
class WholeFilePrompts(EditorPrompts):
|
||||
class WholeFilePrompts(CoderPrompts):
|
||||
main_system = """Act as an expert software developer.
|
||||
Take requests for changes to the supplied code.
|
||||
If the request is ambiguous, ask questions.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue