Diagrams: Show Me | charts, presentations, code
5
5
About Diagrams: Show Me | charts, presentations, code
Diagram creation: flowcharts, mindmaps, UML, chart, PlotUML, workflow, sequence, ERD, database & architecture visualization for code, presentations and documentation. [New] Add a logo or any image to graph diagrams. Easy Download & Edit
June 02,2024
Information
- GPTs Creator helpful.dev
- Categories Productivity
- GPT Updated June 02,2024
- Updated June 03,2024
Capabilities
- DALLE•E ✓Image Creation
- Code Interpreter ✓Data Analysis
- Browsing ✓Real-Time Retrieval
Share recipient
- OpenAI‘s GPT Store Public
Timeline
Diagrams: Show Me | charts, presentations, code
By helpful.dev
Diagrams: Show Me | charts, presentations, code is inactive right now!
3.9
Ratings (28K+)
Productivity
Category
1M+
Conversations
Try Alternatives
Sequence diagram explaining the Internet
Mindmap of Martin Luther King Jr. ideas
Promotion process at Google diagram
Show some of the supported diagrams
Message ChatGPT
What Can Diagrams: Show Me | charts, presentations, code Do with ChatGPT?
This Gpts for individuals and organizations can create a variety of visually appealing diagrams and visualizations.
1. Function Calls
Field | Value |
---|---|
action_id | g-2d0dce4523de23600ad8f954c4a55bae1e6c38c8 |
domain | diagrams.helpful.dev |
json_schema | {"openapi"=>"3.0.2", "info"=>{"title"=>"Show Me", "version"=>"0.1.0"}, "servers"=>[{"url"=>"https://diagrams.helpful.dev", "description"=>"Development server"}], "paths"=>{"/diagram-guidelines"=>{"get"=>{"operationId"=>"get_DiagramGuidelinesRoute", "summary"=>"**ONLY USE MERMAID and graph, sequence, mindmap, timeline, entity-relationship UNLESS THE USER ASKS FOR A DIFFERENT DIAGRAM TYPE / LANGUAGE**", "x-openai-isConsequential"=>false, "parameters"=>[{"required"=>false, "schema"=>{"type"=>"string", "description"=>"Default or explicitly requested diagram language", "enum"=>["blockdiag", "bpmn", "bytefield", "seqdiag", "actdiag", "nwdiag", "packetdiag", "rackdiag", "c4-with-plantuml", "d2", "dbml", "ditaa", "erd", "excalidraw", "graphviz", "mermaid", "nomnoml", "pikchr", "plantuml", "structurizr", "svgbob", "umlet", "vega", "vegalite", "wavedrom", "wireviz", "markmap"]}, "name"=>"explicitlyRequestedByUserDiagramLanguage", "in"=>"query"}, {"required"=>true, "schema"=>{"type"=>"string", "description"=>"Type of the diagram. Strongly preffered: graph, sequence, mindmap, timeline or entity-relationship", "enum"=>["sequence", "use-case", "class", "object", "activity", "component", "deployment", "state", "timing", "graph", "entity-relationship", "user-journey", "gantt", "pie-chart", "requirement", "gitgraph", "mindmap", "timeline", "block", "network", "json", "yaml", "salt-wireframe", "rack", "grid", "dbml", "ascii", "digital-timing", "line-chart", "bar-chart", "histogram"]}, "name"=>"diagramType", "in"=>"query"}], "responses"=>{"200"=>{"description"=>"Successful Response", "content"=>{"application/json"=>{"schema"=>{"type"=>"object", "properties"=>{"diagramGuidelines"=>{"type"=>"string", "description"=>"The requested diagram guidelines. Make sure to follow the guidelines before rendering a diagram"}, "diagramThemes"=>{"type"=>"string", "description"=>"Diagram themes to change the style of the diagram. The themes are specific to the diagram language. Don't render a diagram using a theme unless the user asks for it"}, "diagramLanguage"=>{"type"=>"string", "description"=>"Selected diagram language. Prefer mermaid"}}}}}}}}}, "/render-diagram"=>{"post"=>{"operationId"=>"post_RenderDiagramRoute", "summary"=>"Taking a diagram, renders it and returns a link to the rendered image. Always request the diagram guidelines endpoint before requesting this endpoint", "x-openai-isConsequential"=>false, "requestBody"=>{"content"=>{"application/json"=>{"schema"=>{"type"=>"object", "properties"=>{"diagramLanguage"=>{"type"=>"string", "description"=>"Diagram language", "example"=>"mermaid"}, "diagramType"=>{"type"=>"string", "description"=>"Diagram type", "example"=>"graph"}, "d2Theme"=>{"type"=>"string", "description"=>"Theme for d2 diagram", "example"=>"neutral-grey_sketch"}, "diagram"=>{"type"=>"string", "description"=>"Diagram to render. Avoid using a multiline string, instead use explicit newline characters."}, "openaiFileIdRefs"=>{"type"=>"array", "items"=>{"type"=>"object", "properties"=>{"name"=>{"type"=>"string"}, "id"=>{"type"=>"string"}, "mime_type"=>{"type"=>"string"}, "download_link"=>{"type"=>"string"}}, "required"=>["name", "id", "mime_type", "download_link"]}}, "remainingAttempts"=>{"type"=>"number", "description"=>"Track the number of remaining attempts to render the diagram", "default"=>3}}, "required"=>["diagramLanguage", "diagramType", "diagram"]}}}}, "responses"=>{"200"=>{"description"=>"Successful Response", "content"=>{"application/json"=>{"schema"=>{"type"=>"object", "properties"=>{"interpretingTheAPIResponse"=>{"type"=>"string", "description"=>"How to reply to the user"}}}}}}}, "parameters"=>[]}}, "/show-ideas"=>{"get"=>{"operationId"=>"get_ShowIdeasRoute", "summary"=>"Show ideas to improve the diagram", "x-openai-isConsequential"=>false, "parameters"=>[{"required"=>true, "schema"=>{"type"=>"string"}, "name"=>"diagramLanguage", "in"=>"query"}, {"required"=>true, "schema"=>{"type"=>"string"}, "name"=>"diagramType", "in"=>"query"}], "responses"=>{"200"=>{"description"=>"Successful Response", "content"=>{"application/json"=>{"schema"=>{"type"=>"object", "properties"=>{"interpretingAPIResponse"=>{"type"=>"string", "description"=>"This section comes after receiving the api response"}}}}}}}}}, "/explore-diagrams"=>{"get"=>{"operationId"=>"get_ExploreDiagramsRoute", "summary"=>"Showcase diagrams that the plugin can render", "x-openai-isConsequential"=>false, "parameters"=>[{"description"=>"Choose 3 diagram types that the user might want to render, the 1st diagram type should be the latest rendered diagram type", "required"=>true, "schema"=>{"type"=>"array", "items"=>{"type"=>"string", "description"=>"Diagram type same as diagramType in diagramGuidelines", "example"=>"graph"}}, "name"=>"diagramTypesToExplore", "in"=>"query"}], "responses"=>{"200"=>{"description"=>"Successful Response", "content"=>{"application/json"=>{"schema"=>{"type"=>"object", "properties"=>{"interpretingAPIResponse"=>{"type"=>"string", "description"=>"This section comes after receiving the api response"}, "forMermaidHyperlinkTheDocs"=>{"type"=>"string", "description"=>"When mentioning mermaid, hyperlink the docs AT LEAST ONCE!"}}}}}}}}}}} |
auth | {"type":"none"} |
privacy_policy_url | https://diagrams.helpful.dev/privacy |
Capabilitiy | Function | Tools |
---|---|---|
DALLE•E | Generate unique images based on textual descriptions provided. | Dalle |
Code Interpreter / Data Analysis | Execute Python code for automation, calculations, and data analysis. | Python |
Web Browsing | Real-Time Access and search the internet for information, articles, and data. | Browser |
Diagrams: Show Me | charts, presentations, code reviews
Similar GPTs
Diagram Genius
by diagramgenius.comA free GPT to create sequence diagrams, flowcharts, mindmaps, Gantt charts and ERD diagrams
25K
3.4
Diagrams: Show Me
by JkmagaoCreate Diagrams, Architecture Visualisations, Flow-Charts, Mind Map, Schemes and more. Great for coding, presentations and code documentation. Export and Edit your diagram for free!
1K
3.0