prompt copy

This commit is contained in:
Paul Gauthier 2024-04-30 20:24:53 -07:00
parent e610e5bd0a
commit 22d90d70c6
2 changed files with 3 additions and 3 deletions

View file

@ -62,7 +62,7 @@ if __name__ == '__main__':
## ASSISTANT: ## ASSISTANT:
Do make this change we need to modify `mathweb/flask/app.py` to: To make this change we need to modify `mathweb/flask/app.py` to:
1. Import the math package. 1. Import the math package.
2. Remove the existing factorial() function. 2. Remove the existing factorial() function.
@ -125,7 +125,7 @@ if __name__ == '__main__':
## ASSISTANT: ## ASSISTANT:
Do make this change we need to modify `main.py` and make a new file `hello.py`: To make this change we need to modify `main.py` and make a new file `hello.py`:
1. Make a new hello.py file with hello() in it. 1. Make a new hello.py file with hello() in it.
2. Remove hello() from main.py and replace it with an import. 2. Remove hello() from main.py and replace it with an import.

View file

@ -109,7 +109,7 @@ You always COMPLETELY IMPLEMENT the needed code!
files_no_full_files = "I am not sharing any *read-write* files yet." files_no_full_files = "I am not sharing any *read-write* files yet."
repo_content_prefix = """Below here are summaries of other files present in this git repository. repo_content_prefix = """Below here are summaries of some files present in this git repository.
Do not propose changes to these files, they are *read-only*. Do not propose changes to these files, they are *read-only*.
To make a file *read-write*, ask the user to *add it to the chat*. To make a file *read-write*, ask the user to *add it to the chat*.
""" """