diff --git a/main.py b/main.py index 78176238e..a9d988349 100644 --- a/main.py +++ b/main.py @@ -120,6 +120,9 @@ def main(prompt, directory=DEFAULT_DIR, model=DEFAULT_MODEL, file=None): only list the filepaths you would write, and return them as a python list of strings. do not add any other explanation, only return a python list of strings. + + Don't respond with description messages or helper messages. If you're going to list the file don't offer "here's a list" only list the filepaths + Example output: ["index.html", "style.css", "script.js"] """, diff --git a/main_no_modal.py b/main_no_modal.py index e178874e3..5fed7e343 100644 --- a/main_no_modal.py +++ b/main_no_modal.py @@ -126,6 +126,8 @@ def main(prompt, directory=DEFAULT_DIR, file=None): only list the filepaths you would write, and return them as a python list of strings. do not add any other explanation, only return a python list of strings. + + Don't respond with description messages or helper messages. If you're going to list the file don't offer "here's a list" only list the filepaths """, prompt, )