Skip to content

Commit 0812dd7

Browse files
committed
docs: Add guideline to avoid emotional acknowledgement
1 parent 034d5e2 commit 0812dd7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

generate_context.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ def main():
199199
outfile.write("8. If code contains a code block, special handling may be required as the ``` often break the codeblock implementation\n")
200200
outfile.write("9. Format code changes in a way that is most simple for an LLM (gemini, copilot) to integrate - this could be one single code block. It is not necessary to provide human instructions that highlight the specific lines being updated.\n")
201201
outfile.write("10. indicate which file it is to be updated, outside of the file codeblock\n\n")
202+
outfile.write("11. Do not dedicate time to acknowledging the prompter in an emotional manner. Full focus to solving issues and presenting solutions\n\n")
202203
outfile.write("--- FILE CONTENTS START ---\n\n")
203204

204205
# Process and write file contents

0 commit comments

Comments
 (0)