You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: backend/app/prompts.py
+2-1
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@
53
53
- Color coding or shapes to distinguish between different types of components
54
54
- A legend explaining any symbols or abbreviations used
55
55
56
-
7. Emphasize the importance of keeping the diagram at an appropriate level of abstraction, avoiding too much detail while still capturing the essential architectural elements.
56
+
7. Emphasize the importance of keeping the diagram at an appropriate level of abstraction while still keeping a significant amount of detail and capturing the essential architectural elements.
57
57
58
58
Present your explanation and instructions within <explanation> tags, ensuring that you tailor your advice to the specific project based on the provided file tree and README content.
59
59
"""
@@ -127,6 +127,7 @@
127
127
- Group related components together if applicable
128
128
- Include any important notes or annotations mentioned in the explanation
129
129
- Just follow the explanation. It will have everything you need.
130
+
- Please try to orient the diagram as vertically as possible. Try to avoid long horizontal lists of nodes and sections.
130
131
131
132
132
133
You must include click events for components of the diagram that have been specified in the provided <component_mapping>:
0 commit comments