Update app.py
Browse files
app.py
CHANGED
@@ -238,6 +238,8 @@ def generate_prompt(file_contents, functionality_description):
|
|
238 |
prompt += "1. The function name.\n"
|
239 |
prompt += "2. Dependencies on other functions or modules.\n"
|
240 |
|
|
|
|
|
241 |
return prompt
|
242 |
|
243 |
def identify_required_functions(project_path, functionality_description):
|
|
|
238 |
prompt += "1. The function name.\n"
|
239 |
prompt += "2. Dependencies on other functions or modules.\n"
|
240 |
|
241 |
+
prompt += "Also return a more clear version of the user entered functionality at the top of your response. Provide no commentary, just what has been asked please."
|
242 |
+
|
243 |
return prompt
|
244 |
|
245 |
def identify_required_functions(project_path, functionality_description):
|