Knowledge Representation prompts
Graphviz DOT Diagram Generator
Improved
GPT
This use-case covers the scenario where the model is instructed to behave as a Graphviz DOT generator. The user specifies a number of nodes using '[n]' notation (default value being 10) and provides the context/description (e.g.: The water cycle). The generated diagram is expected to be a complex and accurate representation of the provided context. Each node is numbered, and the layout settings for Graphviz include neato layout, no overlap, and rectangular shaped nodes. The generated Graphviz code is expected to be valid and concise, delivered on a single line. There are no explanations added - just the raw Graphviz code output.
More details