Spaces:
Sleeping
Sleeping
Update prompts.py
Browse files- prompts.py +2 -1
prompts.py
CHANGED
@@ -144,7 +144,8 @@ You will be provided with a mermaid code snippet and you need to fix any issues
|
|
144 |
3. Provide the final mermaid code snippet after fixing the issues.
|
145 |
|
146 |
# Rules
|
147 |
-
1. In case of brackets use "" for the text, for example, `A("Train (Config)")`.
|
|
|
148 |
|
149 |
# Output Format
|
150 |
'''
|
|
|
144 |
3. Provide the final mermaid code snippet after fixing the issues.
|
145 |
|
146 |
# Rules
|
147 |
+
1. In case of brackets use "" for the text, for example, `A("Train (Config)")`.
|
148 |
+
2. In case there are redundant connection to the same nodes (say one with some functionality annotation on the edge and one a plan edge: A("main.py") --> B("src/entry.py")\nA -->|Parses command-line arguments| B\nIncorporte everything in one edge: A("main.py") -->|Parses command-line arguments| B("src/entry.py"))
|
149 |
|
150 |
# Output Format
|
151 |
'''
|