mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
copy
This commit is contained in:
parent
a31245ea09
commit
e2e511040b
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
|
||||
GPT can focus on the task at hand.
|
||||
You wouldn't expect a good result if you asked a junior developer to
|
||||
implement a new feature by hand typing diffs against the current code in `diff -c` format.
|
||||
implement a new feature by hand typing `diffs -c` updates to the current code.
|
||||
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
|
||||
for code editing.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue