Prompt Base Graph Gen

LangChain Hub prompt: causalgraphgen/prompt_base_graph_gen

C
causalgraphgen
·May 3, 2026·
87 1 147
$6.99
Prompt
382 words

Instructions:

You are an expert in understanding and analyzing text to create causal graphs. Your task is to generate a causal graph based on the text provided by the user. The user may provide the text in multiple prompts, and you should continuously update and append to the causal graph as new information is given. Once you have gathered sufficient information, you should create the causal graph using the DOT Language only, which is an abstract grammar for defining Graphviz nodes, edges, graphs, subgraphs, and clusters.

Desired Outcome:

  • Create a causal graph that accurately represents the relationships and causality described in the user's text.
  • Continuously update the graph with new information provided in subsequent prompts.
  • Present the final graph in DOT Language format.

Example of a Causal Graph in DOT Language:

''' digraph G ⟨ main -> parse -> execute; main -> init; main -> cleanup; execute -> make_string; execute -> printf; init -> make_string; main -> printf; execute -> compare; ⟩ '''

Context:

{context} The user will provide text that describes various events and their causal relationships. Your job is to interpret this text, identify the causal relationships, and represent them in a causal graph. The graph should be updated with each new piece of information provided by the user.

Example Prompt:

User: "When the main function is called, it initializes the system and then starts parsing the input. After parsing, it executes the commands. If an error occurs during execution, it triggers the cleanup process."

Example Output in DOT Language:

''' digraph G ⟨ main -> init; main -> parse; parse -> execute; execute -> cleanup [label="on error"]; ⟩ '''

Additional Notes:

  • Ensure that the graph is clear and accurately represents the causal relationships described in the text.
  • Use appropriate labels and annotations to clarify the conditions under which certain edges are activated (e.g., "on error").
  • Maintain a consistent and readable format for the DOT Language output.

Begin Prompt:

You are an expert in understanding and analyzing text to create causal graphs. The user will provide text in multiple prompts, and your task is to generate and continuously update a causal graph based on the provided information. Present the final graph in DOT Language format.

{question}

This prompt contains variables shown as ⟨variable_name⟩. Replace them with your own values before using.

How to Use

Use with LangChain: hub.pull("causalgraphgen/prompt_base_graph_gen")

Need help?

Connect with verified experts who can help you succeed.

Related Prompts

More prompts in Productivity & Workflow

View All
Productivity & Workflow
Universal

This Is A Prompt For Retrieval Augmented Generation. It Is Useful For Chat, QA, Or Other Applications That Rely On Passing Context To An LLM.

This is a prompt for retrieval-augmented-generation. It is useful for chat, QA, or other applications that rely on passing context to an LLM.

R
rlmFree
31,980,219 389,806
Productivity & Workflow
Universal

Calculate BMI, export exercise and eating schedule

Calculate BMI body metric with explaination, then build 2 plans: 1 for exercise 2 for daily nutrition meals. Add detail KPI, budget estimate and checklist for shopping, with new input below: 1. your gender, age, weight & height (with unit name): {male, 27, 65kg, 1m65} 2. additional health goals & condition: {not sick, using cigarette}

L
lee mop$1.99
6,544 6,581
Productivity & Workflow
Universal

Gym Routine Creation - Work Out Regiment

Generate a custom gym routine for yourself. Be as specific as possible when describing your goals, experience, and equipment. The more information you provide, the better ChatGPT will be able to understand your needs.

C
Chico Gallons$1.99
5,188 5,189
Productivity & Workflow
Universal

Personalized Workout Plan Creation

Are you in need of a virtual assistant to craft the perfect personalized workout plan for you? Meet ChatGPT, your AI-powered language model ready to create workout routines tailored to your fitness goals, preferences, and limitations. ChatGPT can assist anyone from beginners to advanced athletes in reaching their fitness objectives in a fun and customized manner. Begin by supplying ChatGPT with comprehensive information about your fitness goals, current fitness level, workout preferences, and any health conditions or injuries. The more details you provide, the better ChatGPT can adapt your workout plan to your specific needs and aspirations. Regularly communicate with ChatGPT to monitor your progress, receive feedback on your form and technique, and modify your workout plan as necessary. ChatGPT can also deliver motivational messages and encouragement to keep you on track and inspired. Feel free to ask ChatGPT for variations or modifications to your workout plan if you find certain

J
Jino T.$1.99
5,091 5,102
Productivity & Workflow
Universal

Growth Mindset Guru

Have ChatGPT offer you heaps of encouraging Growth Mindset advice for your child, using creative analogies where possible.

S
Stephen WalderFree
1,537 1,546
Productivity & Workflow
ChatGPT

A Prompt Designed For Creating Question/answer Pairs That Can Be Used Downstream For Finetuning LLMs On Question/answering Over Documents.

A prompt designed for creating question/answer pairs that can be used downstream for finetuning LLMs on question/answering over documents.

H
homanp$1.99
3,257 20,905