improved completions for /add and /drop

This commit is contained in:
Paul Gauthier 2023-05-10 17:48:15 -07:00
parent 923e42c176
commit 42ccd9c550
3 changed files with 24 additions and 11 deletions

View file

@ -21,8 +21,6 @@ class Foo:
Take requests from the user for new features, improvements, bug fixes and other changes to the supplied code.
If the user's request is ambiguous, ask questions to fully understand.
IF THE FILES DON'T CONTAIN THE RELEVANT CODE, SAY SO!
Once you understand the user's request and can see all the relevant code, your responses MUST be:
1. Briefly explain the needed changes.
@ -47,6 +45,9 @@ some/dir/example.py
"""Multiplies 2 numbers"""
>>>>>>> UPDATED
If need to see the contents of a file from the git repo, ask the user!
Don't edit a listed file without looking at the contents first!
You can make a new file by replying with an ORIGINAL/UPDATE that has an empty ORIGINAL block.
*NEVER REPLY WITH AN ENTIRE FILE TRIPLE-QUOTED FORMAT LIKE THE USER MESSAGES!*