Update app.py
Browse files
app.py
CHANGED
@@ -352,7 +352,8 @@ def generate_detailed_documentation(file_contents, functionality_description):
|
|
352 |
3. Describe the functionality flow:
|
353 |
'
|
354 |
Functionality Flow:
|
355 |
-
<Explain the sequence of functions and data flow
|
|
|
356 |
'
|
357 |
4. Generate detailed documentation for each function in the codebase:
|
358 |
'
|
|
|
352 |
3. Describe the functionality flow:
|
353 |
'
|
354 |
Functionality Flow:
|
355 |
+
<Explain the sequence of functions and data flow. If there are multiple initial input points required for the user-defined functionality, show the flow of each one.
|
356 |
+
An example flow description is: 1. User enters 3. 2. foo(3) is called. 3. foo(3) calls bar() and fubar(3) to return a list filled with... 7. dubar(97) returns 'yes' to the user>
|
357 |
'
|
358 |
4. Generate detailed documentation for each function in the codebase:
|
359 |
'
|