bluenevus commited on
Commit
8db037e
·
verified ·
1 Parent(s): 9adab24

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -4
app.py CHANGED
@@ -79,9 +79,9 @@ def generate_guide_section(file_path, file_content, guide_type, gemini_api_key):
79
  4. Expected outcomes or results for the user
80
 
81
  Important formatting instructions:
82
- - The output should be in plain text no markdown for example no * ** or # ##,
83
  - Use clear section titles
84
- - Number each step within sections for example 1.0, 1.1, 1.2, 1.3
85
  - Explain the purpose and benefit of each feature for non-technical users
86
  - This is an end user manual, not a system administration manual so focus on the end user components
87
  """
@@ -99,9 +99,10 @@ def generate_guide_section(file_path, file_content, guide_type, gemini_api_key):
99
  4. Best practices for managing and maintaining this part of the system
100
 
101
  Important formatting instructions:
102
- - The output should be in plain text no markdown for example no * ** or # ##,
 
103
  - Use clear section titles that has the name of the file in parenthesis
104
- - Number each step within sections for example 1.0, 1.1, 1.2, 1.3
105
  - Explain the purpose and implications of each component
106
  """
107
 
 
79
  4. Expected outcomes or results for the user
80
 
81
  Important formatting instructions:
82
+ - The output should be in plain text no markdown for example do not use * or ** or # or ##. Instead use numbers like 1., 2. for bullets
83
  - Use clear section titles
84
+ - Follow this numbering heirarchy (1.0, 1.1, 1.2), (2.0, 2.1, 2.2), (3.0, 3.1, 3.2)
85
  - Explain the purpose and benefit of each feature for non-technical users
86
  - This is an end user manual, not a system administration manual so focus on the end user components
87
  """
 
99
  4. Best practices for managing and maintaining this part of the system
100
 
101
  Important formatting instructions:
102
+ - The output should be in plain text no markdown for example for example do not use * or ** or # or ##. Instead use numbers like 1., 2. for bullets
103
+ - Use clear section titles
104
  - Use clear section titles that has the name of the file in parenthesis
105
+ - Follow this numbering heirarchy (1.0, 1.1, 1.2), (2.0, 2.1, 2.2), (3.0, 3.1, 3.2)
106
  - Explain the purpose and implications of each component
107
  """
108