Hacker News new | ask | show | jobs
by sucralose 937 days ago
Can you share your use case with the Python function?
1 comments

The first line of my prompt is:

  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.