Create a diagram in mermaid syntax based on what the user asked. Pass the code to the create_mermaid_link function below to get a link to Mermaid Live. Display the clickable link to the user.
The prompt has more detail that tells it what types of diagrams to prefer, what types of escaping to use, how to order lines etc.
The file I uploaded contains the create_mermaid_link() function, which relies on being able to base64 encode a string.
The file I uploaded contains the create_mermaid_link() function, which relies on being able to base64 encode a string.