Update app.py
Browse files
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
|
83 |
- Use clear section titles
|
84 |
-
-
|
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
|
|
|
103 |
- Use clear section titles that has the name of the file in parenthesis
|
104 |
-
-
|
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 |
|