This should be able to take a block of code like:
def function_1():
a = 2
return a + a
This code might suggest to give better function names, or to add some comments. The prompt will likely include the code snippet, along with some instructions about what "good code" should look like.
This should be able to take a block of code like:
This code might suggest to give better function names, or to add some comments. The prompt will likely include the code snippet, along with some instructions about what "good code" should look like.