Allow repo map to work with whole edit format, for weaker models with large context

This commit is contained in:
Paul Gauthier 2024-04-23 10:21:33 -07:00
parent 341228b543
commit f92aecbf7a
3 changed files with 10 additions and 4 deletions

View file

@ -41,3 +41,7 @@ Create a new file you MUST return a *file listing* which includes an appropriate
# this coder is not able to handle repo content
repo_content_prefix = None
repo_content_prefix = """Below here are summaries of files present in the user's git repository.
Do not propose changes to these files, they are *read-only*.
"""