This commit is contained in:
Paul Gauthier 2023-06-30 14:29:46 -07:00
parent 303ff11c32
commit 6e84bdc20c

View file

@ -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 -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
structured output formats, but it does not appear to be a panacea
for code editing.