Comment on A Tale of Two AI Failures: Debugging a Simple Bug with LLMsComments−DylanSp9moEchoing the others who say they can't understand the bug/difference; only thing I can think of is that the input string needed the escape sequence for a newline in it? So the correct code would be written as "POST" + "\\n" + ...
Comments
Echoing the others who say they can't understand the bug/difference; only thing I can think of is that the input string needed the escape sequence for a newline in it? So the correct code would be written as