Update app.py
Browse files
app.py
CHANGED
@@ -384,7 +384,8 @@ def generate_detailed_documentation(file_contents, functionality_description):
|
|
384 |
- Assumptions: <Any assumptions the function makes>
|
385 |
- Example Usage: <Example demonstrating usage>
|
386 |
'
|
387 |
-
Please return
|
|
|
388 |
Code files:
|
389 |
"""
|
390 |
for file_path, content in file_contents.items():
|
|
|
384 |
- Assumptions: <Any assumptions the function makes>
|
385 |
- Example Usage: <Example demonstrating usage>
|
386 |
'
|
387 |
+
Please return ONLY the required documentation in the specified format, and do not write duplicate documentations.
|
388 |
+
|
389 |
Code files:
|
390 |
"""
|
391 |
for file_path, content in file_contents.items():
|