JSenkCC commited on
Commit
5245f69
·
verified ·
1 Parent(s): ab8bac1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -354,9 +354,9 @@ def generate_detailed_documentation(file_contents, functionality_description):
354
  '
355
  3. Describe the functionality flow:
356
  '
357
- Functionality Flow:
358
- <In point form, explain the sequence of functions and data flow mentioning each function being used. If there are multiple initial input points required for the user-defined functionality, show the flow of each one
359
- and all each function being used. Make sure to have NO empty line between 'Functionality Flow' and this content>
360
  '
361
  4. Generate detailed documentation for each function in the codebase:
362
  '
 
354
  '
355
  3. Describe the functionality flow:
356
  '
357
+ Functionality Flow of Control:
358
+ <In point form, explain the FLOW OF CONTROL for the enhanced description of the user-specified functionality. Make sure there is no empty line between this content
359
+ and 'Functionality Flow of Control'>
360
  '
361
  4. Generate detailed documentation for each function in the codebase:
362
  '