This commit is contained in:
Dirk S 2023-07-10 11:46:18 +02:00
parent bcb84f76d2
commit 066cb74bab

View File

@ -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 <title>\n x-axis <xAxisStart>--><xAxisEnd>\n y-axis <yAxisStart>--><yAxisEnd>\n quadrant-1 <q1Text>\n quadrant-2 <q2Text>\n quadrant-3 <q3Text>\n quadrant-4 <q4Text>\n <pointName>:[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 <root> and <topic> 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 <root>\n <topic>\n <sub-topic>\n <sub-topic2>\n <sub-sub-topic>\n <topic>\n <sub-topic>\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 <title>\n x-axis <xAxisStart>--><xAxisEnd>\n y-axis <yAxisStart>--><yAxisEnd>\n quadrant-1 <q1Text>\n quadrant-2 <q2Text>\n quadrant-3 <q3Text>\n quadrant-4 <q4Text>\n <pointName>:[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 <root-topic> and <topic> 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 <root-topic> indented with 3 spaces to represent level 0\n- do not use any other syntax, like a \"TB\" node etc\n)\n\nmindmap\n <root-topic>\n <topic>\n <sub-topic>\n <sub-topic2>\n <sub-sub-topic>\n <topic>\n <sub-topic>\n"
},
{
"id":"Mg5ukisa8xKav9-RXCbU3",