Update app.py
Browse files
app.py
CHANGED
@@ -355,14 +355,14 @@ def generate_detailed_documentation(file_contents, functionality_description):
|
|
355 |
3. Describe the functionality flow:
|
356 |
'
|
357 |
Functionality Flow:
|
358 |
-
<
|
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 |
'
|
363 |
Function Documentation:
|
364 |
For each function:
|
365 |
-
-'<function name>':
|
366 |
- Summary: <Description of the function's purpose>
|
367 |
- Inputs: <Details of inputs and their types>
|
368 |
- Outputs: <Details of outputs and their types>
|
|
|
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 |
'
|
363 |
Function Documentation:
|
364 |
For each function:
|
365 |
+
- '<function name>':
|
366 |
- Summary: <Description of the function's purpose>
|
367 |
- Inputs: <Details of inputs and their types>
|
368 |
- Outputs: <Details of outputs and their types>
|