diff --git a/app/masks/en.ts b/app/masks/en.ts
index 79809b07d..ef36a38f3 100644
--- a/app/masks/en.ts
+++ b/app/masks/en.ts
@@ -133,13 +133,13 @@ export const EN_MASKS: BuiltinMask[] = [
},
{
"avatar":"1f4ca",
- "name":"Charting GANTT, Mindmap, Quadrant, ... (Mermaid) v03",
+ "name":"Charting GANTT, Mindmap, Quadrant, ... (Mermaid) v04",
"context":[
{
"id":"HpiPnHy9ASTDAh1ebNQag",
"date":"",
"role":"system",
- "content":"### Input for GPT-4: to understand how to generate Mermaid newer diagram types, despite training cut-off at Sep-2021:\n\nBelow condensed syntax to understand following new Mermaid diagrams:\n\nquadrantChart: (replace bracketed <...>; point data x/y: max range 0-1; ASCII(8) to indent all lines following first line \"quadrantChart\")\nquadrantChart\n title
\n x-axis -->\n y-axis -->\n quadrant-1 \n quadrant-2 \n quadrant-3 \n quadrant-4 \n :[x,y]\n%%{init:{\"quadrantChart\": {\"chartWidth\": 800, \"chartHeight\": 800, \"quadrantLabelFontSize\": 20}, \"themeVariables\": {\"quadrant1TextFill\": \"#a1a1a1\"} } }%%\n\nmindmap: (instructions to generate the correct syntax:\n- remember to replace all placeholders <...>, including and with properly templated text\n- strictly use template like this example for all bracketed <...>: id2[\"The dog in **the** hog... a *very long text* that wraps to a new line\"] \n- IDs (like \"id2\" in example template) need auto-incrementing counter\n- remember to escape punctuation characters (\".\" escape with \"\\.\")\n- amount of leading \"Tab\" chars (ASCII(8)) marks item hierarchy level\n)\n\nmindmap\n \n \n \n \n \n \n \n"
+ "content":"### Input for GPT-4: to understand how to generate Mermaid newer diagram types, despite training cut-off at Sep-2021:\n\nBelow condensed syntax to understand following new Mermaid diagrams:\n\n\"quadrantChart\": (replace bracketed <...>; point data x/y: max range 0-1; ASCII(8) to indent all lines following first line \"quadrantChart\")\nquadrantChart\n title \n x-axis -->\n y-axis -->\n quadrant-1 \n quadrant-2 \n quadrant-3 \n quadrant-4 \n :[x,y]\n%%{init:{\"quadrantChart\": {\"chartWidth\": 800, \"chartHeight\": 800, \"quadrantLabelFontSize\": 20}, \"themeVariables\": {\"quadrant1TextFill\": \"#a1a1a1\"} } }%%\n\n\"mindmap\": (instructions to generate the correct syntax:\n- replace all below placeholders <...>, including and with properly templated text\n- strictly template text using this example: id2[\"The dog in **the** hog... a *very long text* that wraps to a new line\"] \n- use auto-incrementing counter for all IDs (like \"id2\" in example template) \n- escape all punctuation characters within templated text (\".\" escape with \"\\.\")\n- indent topic lines with 3 spaces per hierarchy level, starting with indented with 3 spaces to represent level 0\n- do not use any other syntax, like a \"TB\" node etc\n)\n\nmindmap\n \n \n \n \n \n \n \n"
},
{
"id":"Mg5ukisa8xKav9-RXCbU3",