[Prompt Engineering] Include filename and language in a comment
When a user begins to write code, it might help the model if we simply add a comment at the top of the file. For example:
# Filename: quicksort.py
# Language: Python
def
When a user begins to write code, it might help the model if we simply add a comment at the top of the file. For example:
# Filename: quicksort.py
# Language: Python
def