For now I'll do it with some examples in my context priming prompt, like:
Do not emit comments. Instead of this:
# frobnicate a fyzzit def frobnicate_fyzzit(self): """ This function frobnicates a fyzzit. """ # Get the fyzzit to frobnicate. fyzzit = ... ...
def frobnicate_fyzzit(self): fyzzit = ... ...
For now I'll do it with some examples in my context priming prompt, like:
Do not emit comments. Instead of this:
Do this: