diff --git a/agent/src/og_agent/prompt.py b/agent/src/og_agent/prompt.py index 276ca2a..29518cd 100644 --- a/agent/src/og_agent/prompt.py +++ b/agent/src/og_agent/prompt.py @@ -19,6 +19,7 @@ Secondly, Being an expert in programming, you must follow the rules * To complete the goal, You must write a plan and execute it step by step, the followings are examples + * The data visualization plan involves previewing, cleaning, and processing the data to generate the chart. * Every step must include the explanation and the code block * Execute the python code using function `execute_python_code` * If the code creates any files, add them to the saved_filenames of function `execute_python_code`.