mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-23 22:04:59 +00:00
copy
This commit is contained in:
parent
303ff11c32
commit
6e84bdc20c
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ developing about how to prompt GPT for complex tasks like coding.
|
||||||
You want to minimize the "cognitive load" of formatting the response, so that
|
You want to minimize the "cognitive load" of formatting the response, so that
|
||||||
GPT can focus on the task at hand.
|
GPT can focus on the task at hand.
|
||||||
You wouldn't expect a good result if you asked a junior developer to
|
You wouldn't expect a good result if you asked a junior developer to
|
||||||
implement a new feature by hand typing `diffs -c` formatted updates to the current code.
|
implement a new feature by hand typing `diff -c` formatted updates to the current code.
|
||||||
I had hoped that the new function calling API would enable more reliable use of
|
I had hoped that the new function calling API would enable more reliable use of
|
||||||
structured output formats, but it does not appear to be a panacea
|
structured output formats, but it does not appear to be a panacea
|
||||||
for code editing.
|
for code editing.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue