mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-06 20:54:59 +00:00
prompt
This commit is contained in:
parent
6c87d5be1c
commit
dbdccc42a2
1 changed files with 1 additions and 6 deletions
|
@ -1,7 +1,4 @@
|
||||||
import json
|
import json
|
||||||
import os
|
|
||||||
|
|
||||||
from aider import diffs
|
|
||||||
|
|
||||||
from ..dump import dump # noqa: F401
|
from ..dump import dump # noqa: F401
|
||||||
from .base_coder import Coder
|
from .base_coder import Coder
|
||||||
|
@ -42,7 +39,7 @@ class EditBlockFunctionCoder(Coder):
|
||||||
),
|
),
|
||||||
description=(
|
description=(
|
||||||
"Lines from the original file, including all"
|
"Lines from the original file, including all"
|
||||||
" whitespace, newlines, without skipping any lines"
|
" whitespace, without skipping any lines"
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
updated_lines=dict(
|
updated_lines=dict(
|
||||||
|
@ -76,8 +73,6 @@ class EditBlockFunctionCoder(Coder):
|
||||||
)
|
)
|
||||||
]
|
]
|
||||||
|
|
||||||
dump(self.cur_messages)
|
|
||||||
|
|
||||||
def render_incremental_response(self, final=False):
|
def render_incremental_response(self, final=False):
|
||||||
if self.partial_response_content:
|
if self.partial_response_content:
|
||||||
return self.partial_response_content
|
return self.partial_response_content
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue